hi! I`m working with forms in symfony 1.2, and i want to know in which situations i have to create them manually or when i have to extend the forms generated automatically by using symfony propel:build-forms. For example, if i have a model/schema with 40 tables, and i use diferents kinds of forms related to this model (in backend and frontend) i must create every form manually extending sfForm or it`s convenient to generate all the forms (using propel:build-forms) and then, if i need an specific form, extend the base forms and configure each ones depending where it's used?
For backend applications, i can use propel:generate-admin backend, but in frontend applications, what is most convenient? Thanks P.D: Sorry for my english ;-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
