CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
How to Limit the paginate in cakephp ? Assume that i have 400 records. I need to get only 25 records from 50th …
cakephp cakephp-1.3 cakephp-1.2I need to install CakePHP 3 in an old-fashioned upload-unzip-run way. The archive I've downloaded from cakephp/cakephp/tags does not …
php cakephp installation composer-php cakephp-3.0I have a very simple application with 1 table, each row contains a word, it's definition, and an example. The definition …
php cakephp cakephp-2.0 cakephp-modelI was just wondering if any one knew of any good beginner tutorials for CakePHP 2.1 other than the ones on …
php mysql cakephp frameworks cakephp-2.1Is there a Controller property that will allow me to get just /controller/action from the URL without any additional …
php cakephp cakephp-1.2I have a belongsToMany association on Users and Contacts. I would like to find the Contacts of the given User. …
cakephp associations conditional-statements cakephp-3.0 query-builderHow to count the total number of rows of table and pass it to the variable? For example, I have …
php cakephp rowcountHow do you make it where in clause in new CakePHP? I'm trying: $restaurants->find()->where(['id' =&…
cakephp cakephp-3.0 query-builderI am trying to install and run a CakePHP 3.0 project on a shared host. However, CakePHP 3.0 requires php-intl extension, but …
php cakephp cakephp-3.0 intl