CakePHP RSS FEED

Tips, thoughts and critique of the popular CakePHP framework.

CakePHP - How the table descriptions are cached

2007-06-26 17:54:12
Ever wonder whether or not the DESC * queries that show while DEBUG_MODE is greater than 0 continue to run during production?

Cake Don'ts::When Not To Use Save()

2007-05-31 22:19:05
There is a time to not use $this->Model->save(). And here's the time...

Cake's requestAction() Method

2007-05-20 15:58:30
Cake's requestAction() method is handy, but not well documented. I hope this will fill in the gap.

CakePHP: My Thoughts Part 2

2007-05-19 18:59:14
Now that I've developed this blog and another site professionally, I'll give my thoughts on Cake.

Having fun with __call() in Cake

2007-05-16 01:00:00
You've probably used Cake's dynamic model method $this->FindBySomeField($arg). What if instead of rows you want an individual field? What if you could, $this->getSomeFieldFromSomeComparisonField($argument); Here's how.

More on CakePHP

2007-05-12 01:00:00
I've started using CakePHP full time. I've found cake to be powerful and quick to learn but not too heavy like some other frameworks.