Chris Shiflett's Blog: Zend Framework License
Chris Shiflett has some good news for all of the Zend Framework fans out there - the license that it's under is now compatible with the GPL. This means you can use the ZF for your own GPL-licensed PHP...
View ArticleDevShed: The LIKE Clause and the Active Record Pattern
DevShed continues their look at the Active Record pattern with the next part of their seven part series - extending their MySQL class even further. In its current incarnation, this class's...
View ArticleDevShed: Utilizing the LIMIT Clause with the Active Record Pattern
DevShed continues their series on the Active Record pattern in PHP with this new article implementing the LIMIT statement on your abstraction class. In its current version, it'll be able to accomplish...
View ArticleTill Klampaeckel's Blog: Zend Framework: Writing an IN-Clause with Zend_Db
In a new post to his blog Till Klampaeckel looks at something the Zend Framework's Zend_Db component dosen't seem to support - an "IN" on a fetchAll - and how he worked around it. The IN-clause is...
View Article