cakephp
Retaining parent slugs in CakePHP
I\'m experimenting with SEO friendly URL\'s in CakePHP as efficiently as I can, I\'ve managed to use the current format, each example uses function view($slug) except for the first example which uses[详细]
2023-04-09 21:20 分类:问答CakePHP combining Recursive and Group
I have recursive set to Two on my find query, this is great and returns all the results i want, but i need to group by Day on 开发者_StackOverflow中文版the results that are Teo levels deep in the recu[详细]
2023-04-09 19:23 分类:问答CakePHP 2.0 - Cake was unable to write to File cache
I\'m using CakePHP 2.0 RC-1. After checking out the project from SVN, the application is starting to complain that it can\'t write cache files to the tmp/cache directory. Since this is local, I know t[详细]
2023-04-09 15:43 分类:问答Using bake on shared hosting Cakephp
I\'m trying to get bake working on my subdomain which is under shared hosting. Is there a way we can get t开发者_Python百科his working? I know how to connect to server via ssh shell but then what do[详细]
2023-04-09 15:32 分类:问答cake php, how to populate a drop down selection based on another drop down selection?
I have a table something like this: idtestattrdim 1test1a1d1 2test2a2d2 3test3a1d3 4test3a1d2 I am creating a drop down field that shows the 开发者_运维技巧attr as having only two options a1 and a2[详细]
2023-04-09 15:03 分类:问答use controller method from model class in cakephp
In my cakephp project, 开发者_JAVA百科I use afterSave() method of a model class. In this method, I want to call another method that is located in app_controller file.[详细]
2023-04-09 14:10 分类:问答can not filter values within cakephp model
I created a categories model. I also created a project model. The project model belongs to the categories model so when you create a new project, you recieve a category drop down to pick which categor[详细]
2023-04-09 11:47 分类:问答CakePhp form validation when having two models on two different database
I\'ve a not common problem to do a form validation. First let me explain a part of the problem: I\'m doing a cakePhp website, this website will be used to sell product to customer. To do this, we hav[详细]
2023-04-09 09:38 分类:问答cakephp auth login problem, only white screen after login
I’ve created a small cakePHP application that uses the auth component to manage an admin section for changes.[详细]
2023-04-09 09:34 分类:问答CSS question with cake.generic.css: Can't decrease the width of a table inside a division
I have two division with float: left; div#loadwhat { float: left; width: 78%; padding-right: 5px; } div#id_div_rightside {[详细]
2023-04-09 09:04 分类:问答