public function executeAutoCompleteRegion() { $this->region_name = $this->getRequestParameter('mop_regions_served'); $this->wing_names = WingPeer::getResionServedNames($this->region_name); }