Active Record : CodeIgniter User Guide - 0 views
-
suresh2point0 on 26 Oct 11CodeIgniter uses a modified version of the Active Record Database Pattern. This pattern allows information to be retrieved, inserted, and updated in your database with minimal scripting. In some cases only one or two lines of code are necessary to perform a database action.