I\'m building a site that requires multiple forms for the same model in varyi开发者_StackOverflow中文版ng numbers throughout a single page. These forms belong to an object with an id. Currently, since
So, I\'m not quite sure how I should structure this in CakePHP to work correctly in the proper MVC form.
My Self Joined Categories table is as follows: 开发者_运维问答id, name, description, parent_id I used Cake Bake to generate the Model, Controller and Views. Model
I have two models that I would like to save in the same table. For instance I have a status model and a payschedule model both should be saved in the statuses table. But at retrieving the status mode
i created an application with some models, after that, i used ACL and created some ACOs to protect my Application.
What is the use of hidden fields for checkbo开发者_运维知识库x in cakePHP??It\'s so there\'s always some data submitted for the field, even if the box is not checked. This becomes especially important
hi i am using cakephp for my project but i am fetchingproblem when i generate result from custom开发者_运维百科 query at that time i have no idea about that how to pass that result in to pagination.
I am using the core Auth component. I have created a user login th开发者_StackOverflow社区at manages all of the permissions. The way I am implementing the login monitoring is by checking for $this->
I\'m using the Tags Plugin from cakedc.com, and I have a problem generating the proper paging links using the PaginatorHelper.
I can\'t seem to find a method to call different controller in the same view. The closest thing I\'ve found is $html->link(\"Register User\",array(\'controller\' => \'users\', \'action\'=>\'register\'