Quick Model
Quickmodel is a model class that uses PEAR's HTML_Quickform to generate forms and the associated CRUD (create, update, delete) operations to connect them to a database (either CI database, or ADODB). Think of it as scaffolding on steroids.
This project really is "glue" between HTML_Quickform, CI's models, and the database.
Current Status
Still in active development, check out the code in browser:trunk to see where it is right now (not fully usable).
History
This started out as "SuperModel", which was the same sort of idea, but using CI's form helpers. After spending a lot of time messing around with form generation callbacks that called the CI form helper functions, I realized I was basically duplicating the template system that Quickform already has, so I started reworking the code to use that.
