コード例 #1
0
ファイル: actions.class.php プロジェクト: yasirgit/afids
 public function executeAutoCompleteCopilotSearch(sfWebRequest $request)
 {
     $this->copilot_name = $this->getRequestParameter('copilot_name');
     $this->pilots = PilotPeer::getByCopilotName($this->copilot_name);
     $this->setLayout(false);
 }