This tag relates to the 1.3.x branch of CakePHP MVC framework.
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.2I cannot set title_for_layout in the PagesController that comes by default with CakePHP 1.3. I am using the following …
cakephp cakephp-1.3On a normal select, with no optgroups, the following code in CakePHP would make a value the default one: 'selected' =&…
php html cakephp cakephp-1.3I have tried to build a small function that would be use in controller to switch database on the fly, …
php database cakephp cakephp-1.3I know I can use another model inside a controller by doing $this->loadModel("MyModel"), but how do I …
php cakephp cakephp-1.3I modified the schema of mysql database(added a new table etc.), I cleared the tmp/cache(except directories). Now …
database cakephp cakephp-1.3What is the method to submit a current timestamp directly on an INSERT or an UPDATE? If I were running …
php cakephp cakephp-1.3I know there are some similar quesiton like this on here but they are all about when using Model->…
cakephp count group-by cakephp-1.3I 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 bulkI 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