Introduction - If you have any usage issues, please Google them yourself
A PHP codeigniter extensions for the core model class. usage is like
$filters=array()
$filters[ where ][ column_name ]="hello"
....
$x=new standard_model( table_name )
$array=$x->get($filters)->result_array()