Category:Library -> Database This page details an implementation of Active Record for CodeIgniter that more accurately mimics the way Ruby on Rails works with models. It allows you to abstract large amounts of the querying and creation code out of your models, and can help with streamlining your controller code as well. Download Version 0.3.2 of the ActiveRecord class NOTE! Due to some of the code