query object

Matthew Weier O'Phinney's Blog: Testing Zend Framework MVC Appli...

PHPDeveloper.org  Tue, 07/01/2008 - 12:05

Matthew Weier O'Phinney has posted about a project he undertook to make it simple to test "userland projects" built with the Zend Framework as easy to test as the framework's own Front Controller and Dispatcher.


 

Debuggable Blog: How to do Group By conditions in Model find() c...

PHPDeveloper.org  Thu, 06/12/2008 - 08:48

On the Debuggable blog, Tim Koschutzki shows how to use grouping in your SQL statements with the find() method calls inside of a Model for an app.