On Jan 20, 8:10 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: <snip> > I decomposed each form element in "form element" linked to a model and > a controller (for example, all forms have a similar > "client_identification" part that is linked to the client controller > and model). Another example is a "donation_info" form element that is > linked to the donation model and controller. So it's a not a fully > customizable dynamic form creator, the form must be "assembled" out of > pre defined elements and they can also add some custom fields. <snip>
Many thanks for sharing your ideas. Before starting this thread, I had 2 ideas: 1. Create model files and DB tables dynamically 2. Keep the form configurations in a DB table and handle them I felt that both of the approaches are inefficient/unintelligent and so posted this question. After googling a lot, I just seem to get some solutions/works in Django (still not sure) and I'm yet to look at those closely to see if they're efficient. Thanks again for sharing the ideas. -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog:http://rajeshanbiah.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
