Example #1
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'table');
     $this->_get_param($params, 'fields');
     $this->_get_param($params, 'conditions');
     return $params;
 }
Example #2
0
 protected function get_params()
 {
     $params = parent::get_params();
     $this->_get_param($params, 'SQL');
     return $params;
 }