where('status','=',TRUE); } /** * Function help to find records that are active */ public function list_active() { return $this->_where_active()->find_all(); } public function where_active() { return $this->_where_active(); } } ?>