Example #1
0
 public function read_collection($options)
 {
     /*protected function _read_collection( $fields,
       $print=true,
       $order=false,
       $where=false,
       $limit=false,
       $offset=false,
       $undefined=false,
       $merge = array( ) )*/
     parent::_read_collection(static::$FIELDS, true, implode(',', static::$ORDER), false, 100);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('wastemap_model', 'wm_mod', TRUE);
 }