Thanks for the feedback Giorgio. I whipped together a resource plugin for exploratory purposes. It needs work, but if you're curious take a look at http://pastie.org/472198 and http://pastie.org/472205.
I haven't yet played with module bootstraps, but this should work for modular apps as well. The form generator component will likely be one of the most complex since it will likely require the most flexibility. At least I imagine the potential use case scenarios to be varied. I'd be interested in taking a look at how you're handling this. Giorgio Sironi wrote: > > 2009/5/9 Matthew Lurz <[email protected]> > >> ZendX_Doctrine_Application_Resource_Manager (2) >> > > This would be interesting, generated/ folders and manage modules is > difficult at the moment. > > ZendX_Doctrine_CodeGenerator_Form (3) > > > I have taken the other approach: a Zend_Form subclass that generates > fields > and select and subforms on the fly, basing on a Doctrine_Record object. > > > -- > Giorgio Sironi > Piccolo Principe & Ossigeno Scripter > http://ossigeno.sourceforge.net > > -- View this message in context: http://www.nabble.com/RFC%3A-ZendX_Doctrine-tp23454552p23459652.html Sent from the Zend Framework mailing list archive at Nabble.com.
