예제 #1
0
 public function get_by_user($user_id, $next_id, $count)
 {
     $act = new ActivityModule();
     return $act->get_by_user($user_id, $next_id, $count);
 }