Categories > TinyButStrong general >

Form generation

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Rodrigo
Date: 2007-01-24
Time: 22:03

Form generation

I'm not sure if this goes beyond TBS's scope, but is there a plan to add any type of form generation based on a table's structure, or DB metadata inside a table? The only example I can provide is this tool:

http://isg.ee.ethz.ch/tools/gedafe/

Thanks for your time.
By: sheepy
Date: 2007-01-28
Time: 09:22

Re: Form generation

Yes it goes beyond tbs's scope.  Things named 'cms', 'dbms' or 'framework' may match your expectation better, for example CakePHP.  I'm not aware of any that is based on tbs, though I'm working on one day and night.

If all you want is generating a html list and/or form based on table structure, I can give it to you once I clean up the code and add more comments.  It's crude and support at most one level of simple lookup, but it is tbs based.
By: Rodrigo
Date: 2007-01-28
Time: 19:02

Re: Form generation

That would be nice, thx. :)