Questions tagged as 'cakephp'

0
answers

synchronize local database with Web [closed]

I'm developing an application in CakePHP, with MySQL database. A part is already working but from the beginning I need a solution to the following problem: My application should work online, but also offline. The internet may fall, in which c...
asked by 20.02.2016 / 20:08
1
answer

Open images on the same page with Fancybox in CakePHP Impossible

I'm trying to make a gallery, which consists of a list of thumbnails, that clicking on the items eventually would pop up a popup like the first example here . After several failed attempts, where even the thumbnails did not appear, at the su...
asked by 17.03.2014 / 17:55
1
answer

CakePHP - page using more than one table

I have a question, about saving data in the database using CakePHP, when I need to manipulate with more than one table. I am creating a customer registration system and it has a system for registering login's and client's passwords, such as cont...
asked by 24.04.2014 / 16:14
1
answer

Use multiple database

I'm not very knowledgeable about database and have never worked with large systems ... I'm creating an application with CakePHP that will serve as a webservice for two types of distinct clients, a client is simple and will only have a table rela...
asked by 21.04.2015 / 04:33
4
answers

Why CakePHP arrows _method equal to PUT instead of POST?

I recently updated my CakePHP project to version 2.4.5. Since then, some of my forms have input hidden _method set to PUT automatically. The only way around this is to set 'type' => 'POST' . But that was not necessary in th...
asked by 20.01.2014 / 17:08
1
answer

Date format in an NF-e

Hello, I'm developing a screen that will generate an NF-e and the moment I went to work with the dates I discovered that it needs to be sent in a specific format that I do not know and did not find anything on the internet. p> 2015-02-12T15: 2...
asked by 24.02.2015 / 20:23
1
answer

Problem loading ajax with Cakephp 2.x

My page loads are done via ajax and loaded into the div content. Where do I get the url through the onclick event of the link, and then do the loading. Calls made directly through the menu work normally, but when I try to get the onclick event i...
asked by 12.03.2014 / 16:24
1
answer

CakePHP 3.0.1 error message

I have a problem installing CakePHP , I'm using Xampp , with PHP 5.5, and displays the message:    Fatal error: You must enable the intl extension to use CakePHP. in   C: \ Users \ inhome \ Desktop \ io \ CAKEPHPROJECT \ htdocs \ projectCak...
asked by 14.04.2015 / 20:17
1
answer

Limit for strtotime function in php [duplicate]

I'm using the strtotime function as shown below, with cakephp. by passing the sum of 50 years it is returning null, the maximum that I can return is summing 20 years. Would anyone know if this is limiting / configuring cakephp or php itself...
asked by 25.01.2016 / 15:01
2
answers

Configure CakePHP to send emails through gmail

I'm trying to set up cakephp to send emails via < I have already done some research and have not yet had success in the result, someone could you help me?     
asked by 03.03.2014 / 16:29