i have att_2010_masters table. and Att2010Master model. but it is not working. Is naming convention开发者_如何转开发 of model is ok ?
I have a html file and want to add it into cakephp App, 开发者_如何学GoI know that I can add css and image files into the Webroot folder, and rewrite the postfix of .html to .ctp, but how to use it i
I have a URL in my CakePHP application that looks like http://www.example.com/category/1. Where category is the name of an action in the Websites controller. I have removed the controller name, using
I have a call to a 404 page in a controller: $this->set(\'title\',\'Page Not Found\'); $this->cakeError(\'error404\');
I upgrade cakephp 1.2 to 1.3.2 and I am having Notice (8): Unde开发者_开发百科fined variable: url [APP/webroot/index.php, line 88]. does anybody know how can I sort it out?
I am using cakephp and pippoacl plugin and I simply cannot add a new role. What I modify in the plugin is to make the submit using ajax, something like this in my view (add开发者_开发知识库.ctp):
I ve tried toimplemented filtering data (list base on selected category) using dropdown with observefield and ajax pagination. I use session to remember selected category in order to keep pagination.
I have a production CakePHP site where I ne开发者_运维知识库ed to troubleshoot a slow SQL query. I want access to that great table CakePHP creates with the actual SQL query, execution time, etc, but I
I got 3 tables (Accessories, User, Accesories_Users)... At Accessories_Controller im trying just to get the accessories from the user logged in, so i set the recursive=1 and then execute the find...
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari