Example #1
0
 public function executeAutoCompletePilotSearch(sfWebRequest $request)
 {
     $this->pilot_name = $this->getRequestParameter('pilot_name');
     $this->pilots = PilotPeer::getByPilotName($this->pilot_name);
     $this->setLayout(false);
 }