示例#1
0
 public function executeAutoCompleteLodging()
 {
     $this->keyword = $this->getRequestParameter('lodging');
     $this->persons = PassengerDestPeer::getLodging($this->keyword, $this->getRequestParameter('passId'));
     $this->setLayout(false);
 }