예제 #1
0
 public function get_recent($next_id, $count)
 {
     $actTab = new ActivityTable();
     return $actTab->get_recent($next_id, $count);
 }