$this->here
Archive for the CakePHP 1.2 Category
How to get the current URL
Posted in CakePHP, CakePHP 1.2 with tags CakePHP, URL on June 11, 2009 by myleskadusaleHow to redirect to the root of your website
Posted in CakePHP, CakePHP 1.2 with tags CakePHP, redirect, root on June 11, 2009 by myleskadusaleI was having a problem in going to the root of my website and I have solved it by using the code below
$this->redirect(“/”);
Understanding CakePHP Model Associations
Posted in CakePHP, CakePHP 1.2 with tags associations, CakePHP, model on May 22, 2009 by myleskadusaleA clear and concise tutorial for understanding CakePHP Model Associations
Click Here
Sending any binary files to the user in CakePHP using Media Views
Posted in CakePHP, CakePHP 1.2 with tags binary files, CakePHP, Media Views on May 19, 2009 by myleskadusaleFor more info Click here
Serializeable behavior for CakePHP
Posted in CakePHP, CakePHP 1.2 with tags behavior, CakePHP, serialize on May 19, 2009 by myleskadusaleClick here for more info on this.
Best tips and practices to speed up your website
Posted in CakePHP, CakePHP 1.2, Web with tags CakePHP, php, speed, Speed up, Speeding, Web, webpage, website on May 18, 2009 by myleskadusaleJSON Component for CakePHP
Posted in CakePHP, CakePHP 1.2 with tags CakePHP, JSON on May 18, 2009 by myleskadusaleA nice component in dealing JSON
click here