Ok, i think it could be a solution but.. how do i manage the
persistence of this data?
In other words, how do i save the data of these forms in the database?
Maybe as an unique string in a specific table ( in example:
[attribute: value | attribute2: value2] ) ?
but how do i manage the queries? i have to use LIKE or regexp and it
will be very slow to get out data of a specific type of entry, won't
it?

Is there an api of symfony to manage this kind of things?

On 7 Ago, 08:22, Alan Bem <alan....@gmail.com> wrote:
> You shouldn't change database schema on "livin' thing".
>
> Don't tread forms only as objects related with existing tables. Take my
> previous advise into consideration and create tables that could store your
> form schema and user inputs along with some module for visual designing
> those forms.
>
> Cheers, Alan
>
>
>
> On Fri, Aug 7, 2009 at 5:50 AM, Alan Candido <bro...@gmail.com> wrote:
> > Hi,
>
> > I don't tried, it is only an idea, create and run the
> > sfPropelGenerateAdminTask class ou some similar thing.
>
> > PS Sorry my bad english
>
> > 2009/8/3 cosmy <c.zec...@gmail.com>
>
> >> 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?
>
> > --
> > [:>} Alan Cândido ><>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to