<p> i have this application that requires many forms that in each has alot of form elements<br><br> =http://img193.imageshack.us/my.php?image=tmpmgv.png <br><br>how will u design the DB for it? because there are many similar forms, but similar only, not the same. so if i design properly, i shld have 1 db table for each type of form? although all forms are like "progress reports" but for different age grps for this case.</p> <p>i thought of storing what form fields each report has in a db then dynamically generating them at run time but that will be slow ... <br></p>
i was thinking of doing something like http://www.nabble.com/file/p23981451/erd.png but i still dunno what data type i shld use for report_values.value ... as some fields maybe long strings ... -- View this message in context: http://www.nabble.com/Many-Similar-Forms-with-Many-Form-Fields-tp23981451p23981451.html Sent from the Zend Framework mailing list archive at Nabble.com.
