コード例 #1
0
ファイル: actions.class.php プロジェクト: yasirgit/afids
 public function executeAutoCompleteRegion()
 {
     $this->region_name = $this->getRequestParameter('mop_regions_served');
     $this->wing_names = WingPeer::getResionServedNames($this->region_name);
 }