Output Transformation in a Zend Framework Model Layer
Submitted by jazzslider on Mon, 04/06/2009 - 00:00
A few weeks back, Matthew Weier-O'Phinney wrote a very helpful discussion of model layer infrastructure using various components of the Zend Framework. I especially appreciated his advice on using Zend_Form as an input filter inside the model class itself; it provides a very clean way to keep validation and filtering logic properly encapsulated.
Categories: