January, 2010

31/Jan/10

More on the Cache library

If you found Friday’s post on caching in CakePHP, Miles has posted a few pitfalls when working with the Cache engine. (no comments)

29/Jan/10

Caching “things” in CakePHP

There are a few ways to cache content in CakePHP. There is a feature to cache the output but I’ve found that a little tricky to get right in the past. When the cache expired the action wasn’t called so we had a page with no content… not quite the effect I was looking for. (no comments)

15/Jan/10

Accessing view variables from helpers

There is no official way to access your view variables in your view helpers. And there's probably a good reason for that, but heck, I'm on a deadline. (1 comment)