Questions tagged as 'cakephp'

0
answers

Doubts about integration Bradesco ticket [closed]

I am in doubt about integrating this Bradesco payments solution. This is the documentation I do not know if it's via POST, via GET, if it's via XML. I'm confused.. I tried something like this <?php $adm = '0000'; $order = '1'; $url...
asked by 11.10.2016 / 15:26
0
answers

Problems migrating a site in CakePHP between servers

I am trying to migrate the site between servers, however to validate the functioning of the site, I downloaded and I am trying to install in Wamp . I have no experience with framework Cake . I have already deleted the files in the...
asked by 27.09.2016 / 02:10
1
answer

Leave component following the CakePHP standard

How can I improve this CakePHP 3.0 Component (inside the controller folder)    Question discussed in: Post functional code in stackoverflow for refactoring? 1st: to use external libs (stored in the vendor folder) I'm using th...
asked by 02.12.2015 / 14:14
0
answers

CakePHP "action" with various functions

I have a few points about how I can improve this "add action" in my "controller": Some descriptions: In the system the user can upload a Product to a single form, in the system a Product is composed of Product , Product...
asked by 02.12.2015 / 17:13
0
answers

$ cordovaFileTransfer does not send parameters to webservice?

I'm trying to upload an image using $cordovaFileTransfer . When I send the image I want to send tbm some parameters as the user id, the problem is that these parameters arrive null in the webservice. I did my webservice in CakePHP and test...
asked by 24.11.2015 / 14:03
0
answers

How to insert async and defer attributes without the value with CakePHP 3?

I'm using the CakePHP 3.0.3 PHP Framework and would like to know how to enter the keywords defer and async in the script tags and omit the values: / p> How to insert a script with the framework: <?= $this->Html->script('jquery-1...
asked by 23.07.2015 / 15:08
1
answer

CakePHP submit form using JQuery?

I have a form in CakePHP and I want to submit this form using JQuery. I'm looking for a solution on how to do this without using CakePHP's JsHelper, I want to use only the same JQuery native. How to do this? I'm trying to do this. //ad...
asked by 09.10.2015 / 16:28
1
answer

Error when versioning using Git on Ubuntu [closed]

So, I'm currently using the Ubuntu 15.04 operating system to develop my daily activities. I have a web project in PHP where I use the CakePHP 3 Framework and version my project on BitBucket. My problem is this, when I clone my project directly...
asked by 08.10.2015 / 17:04
0
answers

Confirm ERR_CACHE_MISS form return when returning to previous page?

Personal after I fill out a form and send it to the database via POST , and after that I go to another page, when I return to this form by the browser " <- " this error occurs on the screen: "Confirm resend of the form ERR_CACH...
asked by 18.05.2015 / 16:20
1
answer

Problems to define new route

I can not access my Controllers through the url. I already configured the routes, but from what I saw, instead of calling the Controller that I place in the url it is calling the action An Ex: Router::connect('/home/*', array('controller' =...
asked by 06.02.2015 / 03:49