Exemplo n.º 1
0
 public function executeAutoCompleteCopilotSearch(sfWebRequest $request)
 {
     $this->copilot_name = $this->getRequestParameter('copilot_name');
     $this->pilots = PilotPeer::getByCopilotName($this->copilot_name);
     $this->setLayout(false);
 }