Example #1
0
 public function executeAutoComplete()
 {
     $this->keyword = $this->getRequestParameter('airport');
     $this->airports = AirportPeer::getByFirstLetter($this->keyword);
 }