CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
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.1i am beginner in cakephp , and i want use SQL IN operator in find method , i have words table. my …
cakephp orm find in-operatorI'm trying to do custom paginates on CakePHP, the thing is that I want to pass custom conditions, something like …
cakephp pagination paginateHow 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.2I 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.2In CakePHP 2 I always used empty to check if there any result. <?php $result = $this->Modelname->find(…
cakephp model cakephp-3.0Is there a way of accessing the current session in the AppModel class? I want to save the ID of …
session cakephp model cakephp-2.0I 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.0I'm using the Form helper to generate a label: $this->Form->label('Contact.name', 'Name'); Which generates the …
cakephp formhelperI want set error validation to input field manually in controller example: if ($remainTime < 30) { ..... set error validation in here (…
validation cakephp cakephp-1.3