Top "Cakephp-2.x" questions

Questions about the 2.x branch of the CakePHP MVC framework.

CakePHP select default value in SELECT input

Using CakePHP: I have a many-to-one relationship, let's pretend it's many Leafs to Trees. Of course, I baked a form …

php cakephp relationships helpers cakephp-2.x
Cakephp textarea

I am using CakePHP 2.2.3. I have a contact form with a model without a table but with validation rules. My …

php html forms cakephp cakephp-2.x
How to Create a URL in Controller like HtmlHelper

TLDR: How can I create a URL in the Controller similar to how I can use the HtmlHelper to create …

cakephp html-helper cakephp-2.x cakephp-3.x
CakePHP: How can I use a "HAVING" operation when building queries with find method?

I'm trying to use the "HAVING" clause in a SQL query using the CakePHP paginate() method. After some searching around …

mysql cakephp cakephp-2.x
Cannot use 'Object as class name as it is reserved Cake 2.2.x

I'm having an issue trying to set up a testing copy of a site we have running, I have the …

php cakephp php-7.2 cakephp-2.2 cakephp-2.x
cakephp 2 ajax form

I'm having trouble building an ajax form in cakephp 2 which obviously has changed a lot since 1.3. I'm using the following …

jquery cakephp cakephp-2.x