Found a post the shows how to install CakePHP in IIS7 Click Here
Use memcache in CakePHP
Posted in CakePHP with tags cache, caching, CakePHP, memcache on July 13, 2009 by myleskadusaleFound a blog that shows how to use memcache in CakePHP easily.Click Here
How to get the current URL
Posted in CakePHP, CakePHP 1.2 with tags CakePHP, URL on June 11, 2009 by myleskadusale$this->here
How 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(“/”);
How to fix IE PNG problems
Posted in CakePHP, HTML, Javascript, Web with tags fix, internet explorer, PNG, problem on May 27, 2009 by myleskadusaleToday I was having a problem displaying transparent PNG’s in IE and found this solution
It worked well.
Hope this helps
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.