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