Top "Cakephp-1.3" questions

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

CakePHP : Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 52 bytes)

Hi i have a apps running on CakePHP v 1.3. I've updated my wamp server to v2.4.After updating i got …

php cakephp cakephp-1.3 fatal-error
How to use a helper function in a controller?

I wrote some function in app_helper file. now i need to call that function in my controller how i …

cakephp cakephp-1.3
Javascript-CSS Show and Hide form elements

By using Javascript how to show and hide some parts of the table(Eg: TR or TD). This should work …

javascript css cakephp-1.3
Using not equal operator in Cakephp

I have find query that looks like this. $this->paginate('Article', array('Article.status !=' => 'Inactive', 'Article.user_…

php cakephp cakephp-1.3
array switch case statement

I have an array coming in with sub arrays like this Array ( [0] => Array ( [customers] => Array ( [id] => ) [Products] =&…

php cakephp-1.3
CakePHP find with MAX

Tables and dummy data: CREATE TABLE IF NOT EXISTS `messages` ( `id` int(11) unsigned NOT NULL auto_increment, `user_id` int(11) …

php mysql cakephp cakephp-1.3 max
CakePHP - how to use Helpers to make an image link with target="_blank"

This seems like it should be simple, but I'm new to CakePHP. Maybe it's just something I should write in …

php cakephp cakephp-1.3
how to create dynamic navigation menu cakephp

How can I build navigation menu from categories and sub categories, like this: http://mysite/categories/view/1/2 I tried menu …

cakephp cakephp-1.3 cakephp-1.2
cakePHP: how set error validation to input field manually in controller

I want set error validation to input field manually in controller example: if ($remainTime < 30) { ..... set error validation in here (…

validation cakephp cakephp-1.3
Best practice to upload files in CakePHP

Can any one suggest me the best way to write code for uploading a file in CakePHP? I need to …

php forms cakephp file-upload cakephp-1.3