Skip to content

lmbbox/ci_orm_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter ORM Model

CodeIgniter ORM Model is a CodeIgniter core class which extends the default CI_Model class functionality.

Requirements

  1. PHP 5.1+
  2. CodeIgniter 2.0.0+

Usage

// Load the ci_orm_model spark
$this->load->spark('ci_orm_model/0.0.1');

See the examples models and controller for functional use.