Automatic form generation from a table. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Automatic form generation from a table. (/showthread.php?tid=19946) |
Automatic form generation from a table. - El Forum - 06-23-2009 [eluser]Unknown[/eluser] Hi guys, Is that possible to automatically generate forms to add/edit/delete/list table entries? As we all know, managing these forms is a pain. If I remember well, Ruby on Rails offers this functionality. Thanks Automatic form generation from a table. - El Forum - 06-23-2009 [eluser]Johan André[/eluser] Look in the userguide for Scaffolding. There is also a number of thirdparty solutions if you look in "Ignited code". The problem is that it always seem to be a point in development when this cannot be done automatically due to special needs... |