예제 #1
0
 public function get_activity($ch_id)
 {
     $table = new ActivityTable();
     return $table->get_by_channel($ch_id);
 }
예제 #2
0
 public function get_by_channel($ch_id, $next_id, $count)
 {
     $table = new ActivityTable();
     return $table->get_by_channel($ch_id, $next_id, $count);
 }