cakephp-1.2
relative URLs in cakePHP
I am using cakePHP 1.26 and TinyMCE v3.38. The .js file of the TinyMSC is stored under this directory:[详细]
2023-01-05 23:22 分类:问答Wrong URL resulted in pagination
I am using cakePHP 1.26. In the PostsController, I have this: $this->paginate=array(\'conditions\'=>array(\'Reply.post_id\'=>$id),\'limit\' => 1);[详细]
2023-01-05 21:23 分类:问答Pagination with hasmany association in CakePHP
I am doing some self-learning about pagination in cakePHP 1.26. In the PostsController, I have this code:[详细]
2023-01-05 21:13 分类:问答The save() method in cakePHP
I am doing some self-learning about cakePHP 1.26. I got a table which has two fields {topic, username}[详细]
2023-01-05 09:46 分类:问答a member function check() on a non-object
I am using cakePHP 1.26. In a .ctp file, I have a few like of codes like this: $sess = $this->Session->check(\'user\');[详细]
2023-01-05 07:53 分类:问答JQuery AJAX returned too much data that I had not requested
I am using CakePHP 1.26 and CDN JQuery in this URL: http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js[详细]
2023-01-03 18:35 分类:问答form helper string concat converting zero to unset in cakephp
This has me beat. I\'m trying to create an array of fields in cakePHP 1.2.5 & PHP 5.3.2 The array is zero based. On the first iteration, $count == 0. For some reason the string concatenation seems[详细]
2023-01-03 18:17 分类:问答confused of $this in cakePHP
I got a few lines of开发者_StackOverflow中文版 codes in a Model in cakePHP 1.26: function beforeSave() {[详细]
2023-01-03 01:46 分类:问答Using Helper $time->niceShort with german settings in CakePHP 1.2
I want to use the CakePHP Helper \"time\" and his method niceShort to transform a date into a nice, easy to read one. Instead of the eng开发者_高级运维lish default transformation I want to use a local[详细]
2023-01-01 04:31 分类:问答Where is the appropriate place to define inflector rules in CakePHP 1.3?
In CakePHP 1.2, custom inflector rules could be defined in a file app/config/inflections.php. This fi开发者_如何学编程le was removed in CakePHP 1.3. Instead, the documentation prescribes using the Inf[详细]
2022-12-31 10:13 分类:问答