コード例 #1
0
ファイル: IndexController.php プロジェクト: tests1/zendcasts
 public function cityAction()
 {
     $results = Model_City::search($this->_getParam('term'));
     $this->_helper->json(array_values($results));
 }