예제 #1
0
 public function executeAutoCompleteCoordinatorSearch(sfWebRequest $request)
 {
     $this->coordinator_name = $this->getRequestParameter('coordinator_name');
     $this->coordinators = PilotPeer::getByCoordinatorName($this->coordinator_name);
     $this->setLayout(false);
 }