Zend_Form Creation for Propel Objects
Posted
by Mez
on Stack Overflow
See other posts from Stack Overflow
or by Mez
Published on 2010-03-09T22:44:03Z
Indexed on
2010/03/15
10:49 UTC
Read the original article
Hit count: 486
I'm currently working on a project where I use Zend Framework with Propel.
I'm looking for something that'll create Zend_Forms for Propel objects, preferably in a similar way to django's modelforms
Is there anything out there that does this already, and if not, what would be the best way to go about creating something like this?
© Stack Overflow or respective owner