예제 #1
0
 public function cities($stateId)
 {
     $cities = $this->dao->getCities($stateId);
     return $this->returnJson($cities);
 }