예제 #1
0
 public function get_count_by_state($state)
 {
     $table = new ActivityTable();
     return $table->get_count_by_state($state);
 }