CodeIgniter ORM Model is a CodeIgniter core class which extends the default CI_Model class functionality.
- PHP 5.1+
- CodeIgniter 2.0.0+
// Load the ci_orm_model spark
$this->load->spark('ci_orm_model/0.0.1');
See the examples models and controller for functional use.