cakephp-1.2
Pagination of Multiple Models in CakePHP 1.2.5
I\'m working on a view for a blog that mixes blog posts, comments, and uploaded media items into one large grid layout. I\'ve set开发者_C百科 up the individual models in CakePHP and the associations,[详细]
2022-12-14 23:49 分类:问答cakephp 1.2 good simple authetication sample
I was trying several authentication samples for cakephp 1.2 but didn\'t find any f开发者_如何学运维lawless piece of code. Can you suggest me some code?[详细]
2022-12-14 02:51 分类:问答Writing PHP5 only code for CakePHP 1.2
Given that CakePHP 1.2 supports both PHP 4开发者_Python百科 and 5, what\'s the politics on writing plug-ins, helpers, components etc to be shared with the public that only run in PHP5?[详细]
2022-12-13 02:20 分类:问答Cakephp 1.2 Paginator and PassedArgs
Problem: when i have a search resultset with pagination, the links next, prev and numbers do not keep the search parameters. Seems to be a common problem.[详细]
2022-12-11 08:35 分类:问答dropdown select in cakePHP
I am using CakePHP 1.2.I have a person model that hasMany \'Docume开发者_JAVA百科nt\'.When I edit a document, the select box for the owning person appears (echo $form->input(\'person\') where perso[详细]
2022-12-11 06:14 分类:问答CakePHP: Passing $this->data to the View from Controller
I\'m using CakePHP 1.2 and I\'m just wondering if there is any side affect on passing the $this->data to the View from the Controller.[详细]
2022-12-11 01:54 分类:问答Using DISTINCT in a CakePHP find function
I am writing a CakePHP 1.2 app.I have a list of people that I want the user to be able to filter on different fields.For each filterable field, I have a drop down list.Choose the filter combination, c[详细]
2022-12-10 23:51 分类:问答