コード例 #1
0
ファイル: Employee.php プロジェクト: brunopbaffonso/ongonline
 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);
 }