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.

sending data via ajax in Cakephp

i am new to cakephp and trying to send data from ajax to my controller action.. i have a popup …

php ajax cakephp cakephp-2.0 cakephp-2.1
how using SQL IN operator in find method of cakephp ORM

i am beginner in cakephp , and i want use SQL IN operator in find method , i have words table. my …

cakephp orm find in-operator
Set conditions for pagination

I'm trying to do custom paginates on CakePHP, the thing is that I want to pass custom conditions, something like …

cakephp pagination paginate
how to create dynamic navigation menu cakephp

How can I build navigation menu from categories and sub categories, like this: http://mysite/categories/view/1/2 I tried menu …

cakephp cakephp-1.3 cakephp-1.2
Version numbers for CakePHP

I have inherited code from old contractors overseas. The cakephp version I see is: CakePHP v 0.2.9 Where does this fit …

cakephp cakephp-1.2
Check if record exists in CakePHP3

In CakePHP 2 I always used empty to check if there any result. <?php $result = $this->Modelname->find(…

cakephp model cakephp-3.0
Accessing Session in Model

Is there a way of accessing the current session in the AppModel class? I want to save the ID of …

session cakephp model cakephp-2.0
CakePHP 3 contain select fields

I have the following DB tables: items, users, groups, itemImages. There are many to many relations between (items, groups) and (…

php mysql cakephp orm cakephp-3.0
Cake PHP 2 custom Form->Label

I'm using the Form helper to generate a label: $this->Form->label('Contact.name', 'Name'); Which generates the …

cakephp formhelper
cakePHP: how set error validation to input field manually in controller

I want set error validation to input field manually in controller example: if ($remainTime < 30) { ..... set error validation in here (…

validation cakephp cakephp-1.3