This is posts/index.php => <?php foreach ($allposts as $post) { echo \'<tr class=\"class_row\">\';
I have a page for editing records of the Venue model in my app.This page was working at some stage, but is now broken.
Hi i am currently doing a school project using cakePHP. I have the following form and assume that the form tag is created.
Now I must be missing something in my ACL-controlled application.My User model belongsTo a model called Role.I have included the ACL behaviour in both models.Both models have parentNode functions - in
I\'ve 2 ajax form in my ctp, One is working and other is not,instead it gets redirected. This is my .ctp file
I`v been upgrading CakePHP from 1.2.10 to 1.3.11 by using \"Migrating from CakePHP 1.2 to 1.3\" Guide and i\'m aware that i must ensure that my routes are compatible with 1.3.
Ive two dropdown lists one for country and other for cities on my page. When i load the page initially i set the country to the default country loaded from the user registeration. Then i load the citi
Hi I\'m using cakephp auth component for login system, I would like,every time when user login to redirect him to users page,but when session is timeout and user login again he is redirected to previo
I am using CakePHP 1.3 to create a select menu for date of birth (as below). I can set the default starting values as either blank or a selected date, but ideally I would like to have DD-MM-YYYY as th
Suppose someone hits in url http://mysite.com/comments/view/13 But that absentaction is not present in comments controller.