Archive for the ‘libraries’ tag
Simple Form Generation in CodeIgniter
If you are using CodeIgniter, as well as any other PHP framework, you may notice that building CRUD forms is one of the most bother and routine tasks. Probably 80% of general web applications uses CRUD (create/read/update/delete).
In CodeIgniter, you can use any of the form generation libraries.
One of my preferred libraries is Form Generation Library by Frank Michel (see @macigniter’s thread here). It allows you to create clean XHTML forms with CodeIgniter. See demo here.
Using Form Generation Library
So, in order to use this library, you need to download it from here (library files only is enough if you don’t want the entire site structure).



