FlySpray Rocks

Tuesday, February 20. 2007

I have used many defect tracking systems over the years but FlySpray is the best.



Continue reading "FlySpray Rocks"

Recursive Association Support in CakePHP

Saturday, February 17. 2007

We have all been there. A simple query but the query condition is three joins away. Now I don't have to build a large custom query.


Continue reading "Recursive Association Support in CakePHP"

More Caching in CakePHP

Thursday, February 15. 2007

I have a user portal that gathers information from multiple controllers. The logic belongs in those controllers. The portal obtains these viewlets via requestAction() calls. RequestAction is notoriously slow and had no chance of using the view cache - until now.

Continue reading "More Caching in CakePHP"

Smart Caching in CakePHP

Thursday, February 15. 2007

CakePHP's view caching can dramatically reduce the load on your server
and decrease page load time. I have several requirements that has kept
me from using Cake's caching - until now.

Continue reading "Smart Caching in CakePHP"