cakephp-1.3
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 分类:问答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 分类:问答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 分类:问答Integrating CLI PHP with CakePHP
I have a nice functioning CakePHP 1.3.11 site and I need a scheduled maintenance CLI script to run, so I\'m writing it in PHP. Is there any way to make a cake-friendly script? Ideally I could use Cake[详细]
2023-04-09 08:22 分类:问答Is it good to pass CamelCase controller name in Cakephp URL?
Sorry for this basic question I have a c开发者_StackOverflow中文版ontroller named \"UserProfiles\" it contain a function named \"view\".[详细]
2023-04-08 14:40 分类:问答CakePHP 1.3 or 2.0.0-RC2?
I want to start developing in an MVC framework, specifically CakePHP. I see they have released 2.0.0-RC2 and was wondering if it is a waste of time t开发者_开发技巧o start an app in 1.3 when 2.0 is r[详细]
2023-04-08 11:27 分类:问答CakePHP $hasMany not pulling the data from the $belongsTo model. Join is not created
I have two tables: internet_access_codes and radacct. The internet_access_codes hasMany radacct records.[详细]
2023-04-06 21:29 分类:问答cakePHP: Can't connect to MSSQL datasource
I can\'t connect to a mssql database server using theese settings. 开发者_如何学PythonI get this error:[详细]
2023-04-06 19:28 分类:问答multiple vars via url question
I have a method 开发者_JAVA技巧 function checkin($var1){ $newVar1 = $var1; .... ... } I am calling it via Restful and I am passing it like this[详细]
2023-04-06 18:33 分类:问答Truncate links with CakePHP
How can I truncate links through the Html Helper in CakePHP? the book only truncates text strings, but how the truncate a link li开发者_如何学Pythonke this?[详细]
2023-04-06 11:07 分类:问答
加载中,请稍侯......