Top "Cakephp-1.3" questions

This tag relates to the 1.3.x branch of CakePHP MVC framework.

How to Limit the paginate in cakephp

How to Limit the paginate in cakephp ? Assume that i have 400 records. I need to get only 25 records from 50th …

cakephp cakephp-1.3 cakephp-1.2
How can I set the title_for_layout in the default PagesController?

I cannot set title_for_layout in the PagesController that comes by default with CakePHP 1.3. I am using the following …

cakephp cakephp-1.3
CakePHP: Setting default value on a select with optgroups

On a normal select, with no optgroups, the following code in CakePHP would make a value the default one: 'selected' =&…

php html cakephp cakephp-1.3
CakePHP switch database (using same datasource) on the fly?

I have tried to build a small function that would be use in controller to switch database on the fly, …

php database cakephp cakephp-1.3
cakephp use another model inside current model

I know I can use another model inside a controller by doing $this->loadModel("MyModel"), but how do I …

php cakephp cakephp-1.3
Clearing the cakephp tmp/cache solves the issue for only one save call. What can be the reason?

I modified the schema of mysql database(added a new table etc.), I cleared the tmp/cache(except directories). Now …

database cakephp cakephp-1.3
Submitting current timestamp in CakePHP

What is the method to submit a current timestamp directly on an INSERT or an UPDATE? If I were running …

php cakephp cakephp-1.3
CakePHP GROUP and COUNT items returned in list

I know there are some similar quesiton like this on here but they are all about when using Model->…

cakephp count group-by cakephp-1.3
How to send a multiple emails at a time in cakephp

I need to send multiple emails at a time, can any one have example? or any idea ? I need to …

email cakephp cakephp-1.3 cakephp-1.2 bulk
Cakephp Auth with multiple "Users" tables

I would like to know how to deal with only ONE authentification process and "users" in multiple tables. I have 4 …

cakephp authentication cakephp-1.3 multiple-tables