예제 #1
0
파일: Index.php 프로젝트: nicevoice/yhtx
 public function actionAfter()
 {
     parent::actionAfter();
     $aCurrentCity = Model_City::getCityByID($this->iCurrCityID);
     $this->assign('aCurrentCity', $aCurrentCity);
     $this->_assignUrl();
 }
예제 #2
0
파일: Index.php 프로젝트: nicevoice/yhtx
 public function actionAfter()
 {
     parent::actionAfter();
     $this->_assignUrl();
 }