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 known as Form Generation Library. It allows you to create clean XHTML forms with CodeIgniter.

