예제 #1
0
 public function getAll($params = null)
 {
     $params['from'] = 'v_Employee';
     return parent::getAll($params);
 }
예제 #2
0
 public function getAll($params = null)
 {
     $params['from'] = 'v_Volunteer';
     return parent::getAll($params);
 }