May, 2009

08/May/09

Using raw SQL with CakePHP

CakePHP’s model methods can take care of 99% of all the queries you’ll ever need. However, that 1% is typically where performance is most important so you need a highly optimised query. (no comments)

06/May/09

Limiting rows in CakePHP

In my previous post on limiting the fields you fetch in CakePHP, I covered how to restrict the fields that you return to keep your memory usage to a minimum. There is, however, another important factor that was out of the scope for that post: (no comments)