2009/5/9 Matthew Lurz <[email protected]> > 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. >
See my Ossigeno project on sourceforge: http://ossigeno.svn.sourceforge.net/viewvc/ossigeno/trunk/core/library/Otk/ the Model and Form folders contains the classes for using a generated form. Basically it is new Otk_Form_Doctrine(Doctrine_Record $model); I am currently working on using dojo to generate subforms on the client. For instance, insert multiple elements of a collection. -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://ossigeno.sourceforge.net
