Skip to content
World Wide Web Server edited this page Jul 4, 2012 · 45 revisions

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 searching and creation code out of your models, and can help with streamlining your controller code as well.

Download Version 0.3 of the ActiveRecord class: File:Activerecord.php.zip

PAGE UNDER CONSTRUCTION

Clone this wiki locally