public function get_activity($ch_id) { $table = new ActivityTable(); return $table->get_by_channel($ch_id); }
public function get_by_channel($ch_id, $next_id, $count) { $table = new ActivityTable(); return $table->get_by_channel($ch_id, $next_id, $count); }