This is a follow up post to my previous post about creating a custom Zend Db Table base class. As mentioned in the previous post the Zend Framework implementation of their database abstraction layer is an implementation of the Table Data Gateway pattern and the Row Data Gateway pattern. This implementation is well tested and provides a [...]
Tag Archives: findById
Custom Zend DB Table Row Class with Validation and Filtering
Posted by troy.lutton on December 30, 2010
0 comments
Custom Zend DB Table Base Class with Static Finder Methods
Posted by troy.lutton on December 27, 2010
0 comments
I’m putting it out there that I’m a fan of the Active Record Software Design Pattern. Zend Framework uses a different design pattern for it’s database modelling called the Table Data Gateway Pattern. In reality both are very good at doing what they’re meant to do, ie, model the tables in a database and return [...]