コード例 #1
0
ファイル: actions.class.php プロジェクト: yasirgit/afids
 public function executeAutoCompleteLodging()
 {
     $this->keyword = $this->getRequestParameter('lodging');
     $this->persons = PassengerDestPeer::getLodging($this->keyword, $this->getRequestParameter('passId'));
     $this->setLayout(false);
 }