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