Exemplo n.º 1
0
 public function getAll($params = null)
 {
     $params['from'] = 'v_Employee';
     return parent::getAll($params);
 }
Exemplo n.º 2
0
 public function getAll($params = null)
 {
     $params['from'] = 'v_Volunteer';
     return parent::getAll($params);
 }