Categories

A Tale of PHP IDE’s

I have been an Ecipse PDT user for the last couple of years, and while I have gotten it to “work” with CakePHP, I have always found it a messy solution, as you have to “hack” up your sources pretty good in order for Eclipse to understand the CakePHP world.
While this does work, it is [...]

Using CakePHP “Parts” in Other Applications

So, you have some third party PHP based web application, and you want to somehow “link” it with your CakePHP site. Wouldn’t it be great if this other application could share some things with your Cake site, like use your existing security components to check if the current user is authorized to use this third [...]