コード例 #1
0
ファイル: actions.class.php プロジェクト: yasirgit/afids
 public function executeAutoComplete_1(sfWebRequest $request)
 {
     $this->name = $this->getRequestParameter('camp');
     $this->camps = CampPeer::getByName($this->name);
 }