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