예제 #1
0
 public function get_count($tag_id, $type)
 {
     $table = new ActivityTable();
     return $table->get_type_count($tag_id, $type);
 }