Hi list,
I am wondering whether it could be possible to build List-/Add-/Edit-/Search-Pages for a new table (programmatically) on-the-fly: E.g. a user of an existing PHP-Runner-App would build a new table in the underlying database. Could the new table structure be parsed, and the above mentioned pages created? Or is it a dogma that every table have to be present at design and build-time of the app?
Thanks for any hint or idea how to tackle this