Yes the forms must be connected because they are the interface for filling the db tables.
The matter is that my admin users, through an admin panel of course, should define on their own some tables (very simple tables, not related each other) of the database. So i don't know the structure at the beginning. I've thought that through the admin panel the user should compile a yml file and than the system could create the tables, the form ( i want all the created tables editable ) and the model. But i don't know if it's possibile, if it could be done dynamically without overwriting anything, and if it's easy. Have i been more clear? On 3 Ago, 16:07, Alan Bem <[email protected]> wrote: > Do you mean forms that are connected with those tables? > > If answer is yes... this is not the way. Instead, You can store your form > data in well designed tables. > Create your own sfFormVisual that will manage saving, editing and building > visual representation of the form based on database data and of course some > kind of frontend tool for users (Javascript w/ Ajax?). > > This will take some time, but it's doable. > > > > On Mon, Aug 3, 2009 at 12:29 PM, cosmy <[email protected]> wrote: > > > Hi all, > > I need to realize an application that let the possibility to make > > dynamic forms and tables determinated by an admin in the backend > > interface of the site (not by command-line, it should be fool proof). > > Does symfony is able to do it or is it an hard and long hack? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
