I've recently been dabbling with automatically generating Zend_Form forms
based on model classes generated by the Doctrine ORM library.
I thought that maybe I should announce the form generator class I've
written
here as well, as I was also thinking about making a ZF proposal out of it.
Basically the class simply generates fields for a Zend_Form based form
based
on the model you choose. It supports relations, different column types,
field
labeling, etc. and all the usual Zend_Form stuff.
I've been using it in one of my projects and it makes dealing with model
related
forms much easier.
Read this blogpost for more info:
http://codeutopia.net/blog/2008/06/02/autogenerating-forms-from-doctrine-models/
Hope you guys/gals find it useful. Please post any comments to the
blogpost itself.