How to generate Form element outside Zend_Form
I'd like to know your coding style for control GUI forms.
I mean a list of product on wich perform various task like copy, delete, tagging, etc...
Think at the gmail standard view (the simple one and not the Ajaxed version) there is a list of mails and on top (and on bottom) a list of submit buttons and select box for doing stuffs.
Should I write the code by hand or is there an object that do this?
I'm think in particular to a drop down list filled with table data (should I made a loop for fill each select option?)
Please forgive my bad english
|