cakephp-1.3
CakePHP question: How can i call a view of one controller from another controller?
This is posts/index.php => <?php foreach ($allposts as $post) { echo \'<tr class=\"class_row\">\';[详细]
2023-04-03 19:26 分类:问答CakePHP - $this->data disappears before Model::save
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.[详细]
2023-04-03 10:16 分类:问答Server side validation using JQuery validator (Cakephp)
Hi i am currently doing a school project using cakePHP. I have the following form and assume that the form tag is created.[详细]
2023-04-03 05:01 分类:问答CakePHP Acl confusion - denied access to group but user of that group has access
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[详细]
2023-04-03 01:35 分类:问答cakephp ajax not working
I\'ve 2 ajax form in my ctp, One is working and other is not,instead it gets redirected. This is my .ctp file[详细]
2023-04-02 22:00 分类:问答An upgrade from CakePHP 1.2 to 1.3 broke my routes, although they should be 1.3 compatible
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.[详细]
2023-04-02 12:37 分类:问答Cakephp Dropdowns not showing right data when Refreshing the page
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[详细]
2023-04-02 11:41 分类:问答cakephp login redirect problem?
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[详细]
2023-04-02 01:19 分类:问答How to set place holder copy in date select menu in CakePHP
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[详细]
2023-04-01 20:07 分类:问答CakePHP controller/action question with http://mysite.com/mycontroller/absentaction
Suppose someone hits in url http://mysite.com/comments/view/13 But that absentaction is not present in comments controller.[详细]
2023-04-01 16:43 分类:问答