What’s the difference between Authentication and Authorization? These two terms are quite often misunderstood. Let’s put it this way, suppose you work in a 100-story office building, each floor has different offices of other companies. You are working on the 49th Floor, cubicle number 20. Authentication is when the security personnel at the building’s front [...]
Archive | CakePHP RSS feed for this section
CakePHP cookies not being written when localhost is used as domain
I just burned 4 hours of my time trying to figure out why CakePHP wouldn’t write cookies. Apparently there is a known problem with using $this->Cookie->domain = ‘localhost’ , thanks to Flxr from the IRC for pointing that out. After making a virtual domain for the site, it worked wonderfuly!
Pulling in WordPress Content in your CakePHP Website
Integrating your WordPress posts into your CakePHP website is easy. WebDevKungFu has an excellent post, just follow the step by step instruction.