예제 #1
0
 public function get_act_by_ids($ids)
 {
     $act_tab = new ActivityTable();
     return $act_tab->get_act_by_ids($ids);
 }