Top "Cakephp" questions

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

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.2
installing cakephp 3 manually, without composer

I 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.0
In CakePhp, how can I retrieve only one column from my database?

I 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-model
Beginner Tutorial for CakePHP 2.1?

I 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.1
CakePHP - Quick way to get /controller/action path?

Is there a Controller property that will allow me to get just /controller/action from the URL without any additional …

php cakephp cakephp-1.2
How to filter by conditions for associated models?

I 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-builder
How to count total number of rows of table in Cakephp

How to count the total number of rows of table and pass it to the variable? For example, I have …

php cakephp rowcount
How to create a `IN` clause in CakePHP query?

How do you make it where in clause in new CakePHP? I'm trying: $restaurants->find()->where(['id' =&…

cakephp cakephp-3.0 query-builder
UNION syntax in Cakephp

Anyone knows a good way to make UNION query in CakePHP? I would like to avoid using $this->query();. …

php sql mysql cakephp union
CakePHP 3.0 not running without intl extension

I 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