Jani Hartikainen’s Blog: Another idea for using models with forms
Jani Hartikainen has posted his idea for using forms along with models in a Zend Framework application.
Matthew Weier O’Phinney wrote about using Zend_Form with models. His approach puts a form inside a model, which then uses the form to validate itself. While this idea is not bad, I find it being upside down – I [...]