jigniter™

jQuery & CodeIgniter – Perfect combination for web application

Archive for the ‘libraries’ tag

Simple Form Generation in CodeIgniter

with 7 comments

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).

Read the rest of this entry »

Written byadmin

August 2nd, 2009 at 6:30 pm

Posted inTutorials

Tagged with , ,