I have referred http://bakery.cakephp.org/articles/view/calling-controller-actions-from-cron-and-the-command-line and created cron_dispatcher.php and placed it in the app folder.
I am using CakePHP for my project in this here I get the result from the join query but by this I wanna make pagination on this result by using my way it\'s not possible.
When i try to a edit a entry.. its creating a duplicate entry in the database. i have made sure i add an hidden id field when i go to the edit form.
Will cakephp 1.3.2 work on ph开发者_运维技巧p 5.3 ?Yes. There\'s really nothing more complicated to it. I\'ve got it set up on the mac I\'m typing this from.Yes. You will need to uncomment date_defau
I have an element that grabs data from mysql. Here is my working code: $this->requestAction(\'posts/index/sort:id/direction:desc\');
I am trying to implement jqgrid v3.7 in my webapplication created using cakephp v1.3. My controller code is as follows
how can i use myown login function to authenticate users in cakePHP because my users table structure is different from the cakePHP structure.
I want to learn where developers here learned CakePhp. Cookbook is good 开发者_高级运维at most points but not clear enough to teach I think.
is there any mistake in this validation??? var $validate = array( \'brand_id\' => a开发者_StackOverflowrray(
Hi I\'m setting up admin routing in CakePHP. This is my current route: Router::connect(\'/admin/:controller/:action/*\', array(\'admin\' => true, \'prefix\' => \'admin\', \'controller\' =>