Questions tagged as 'framework'

1
answer

Configure Apache2 with PHP 5.6 to use FuelPHP

Well come on, I use ubuntu , php5.6 , apache2 , mysql-server %% FuelPHP . And while I'm using the% xampp that can certinho run my applications (however I have to start him always and he will not let me log in with more than one user). So I...
asked by 12.06.2015 / 17:15
3
answers

How do I open a file from a specific directory in .PDF in Visual Basic 6?

I've created an application which saves files to a specific directory. What I would like is to click a button, I can open this .pdf file.     
asked by 30.04.2015 / 20:02
2
answers

Why can not I update the framework?

I'm trying to install a WebService on the client, which is Windows 7 , but I can not update the framework. I downloaded the 4.0 and 4.5 frameworks and it still does not appear for me to activate. Follow the links Framework 4.0...
asked by 10.05.2015 / 19:11
1
answer

Error import import br.gov.frameworkdemoiselle.security.User

Error importing interface User : import br.gov.frameworkdemoiselle.security.User; demoiselle version used: 2.5.0-RC1 According to GrepCode, in version 2.5.0-BETA2, this interface existed ( link ), but from 2.5.0-BETA3 onwards it di...
asked by 24.04.2015 / 16:30
1
answer

Using CakePHP, how to generate editable pages?

I am developing a website using CakePHP, but I would like to know the correct way to create pages like: Home, Contact, About, simple user page (logged in with permission 1), admin page permission 2), etc.  For this I would like to have a templat...
asked by 22.03.2014 / 18:37
0
answers

How to get around the facades of laravel?

I see many people saying that it is unproductive to always depend on the facades, the one used for DB query eg DB :: something. What is the best way to use to not lose performance?     
asked by 16.05.2018 / 15:31
0
answers

Laravel consuming API and transforming object to array

Next I'm making a request of type get and it's returning me a objeto and I'd like it to be an array, already tried to use $dados= Array.of($response->getBody()->getContents()); But of the error! error Parse error:...
asked by 10.03.2018 / 00:56
1
answer

Consume api with laravel [closed]

I'm looking in the Laravel documentation, in several places, but I'm still unsuccessful. I'm looking for somewhere that has a tutorial on how to consume an api with laravel!     
asked by 09.03.2018 / 23:20
0
answers

Arrange json with Eloquent [closed]

My question is this: I want to organize my json so that I can see the Animal and Farm table, but organized, for example: { "animais": { "id": 1, "nome": "Mimosa", "data_nascimento": "2017-04-11 00:00:00", "codigo_bri...
asked by 13.02.2018 / 15:00
0
answers

Use of Directives to create almost everything

I worked a few days ago on a project where we used angle 1. *. The case is that every table that we created on screen, or any element with data and a certain complexity, was created a directive for such, besides the controller, etc. My questi...
asked by 28.02.2018 / 20:52