cakephp-1.2
In Cakephp numeric model name convention
i have att_2010_masters table. and Att2010Master model. but it is not working. Is naming convention开发者_如何转开发 of model is ok ?[详细]
2023-01-30 05:29 分类:问答How to add Html file into cakephp App?
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[详细]
2023-01-29 04:07 分类:问答Fetching data from database in CakePHP Routes
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[详细]
2023-01-28 06:05 分类:问答How do you set the page title on a custom 404 page?
I have a call to a 404 page in a controller: $this->set(\'title\',\'Page Not Found\'); $this->cakeError(\'error404\');[详细]
2023-01-27 21:09 分类:问答problem after migrating cakephp 1.2 to 1.3.2
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?[详细]
2023-01-26 22:26 分类:问答$ajax->submit Does Not Go To Controller
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):[详细]
2023-01-26 04:31 分类:问答Filtering data using ajax observefield
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.[详细]
2023-01-22 11:00 分类:问答How do you capture the SQL queries running in a CakePHP page?
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[详细]
2023-01-20 10:38 分类:问答problem displaying habtm relation of a specific user
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...[详细]
2023-01-19 16:53 分类:问答problem occures in if condition [closed]
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[详细]
2023-01-19 16:21 分类:问答
加载中,请稍侯......