Beispiel #1
0
 function tourlocationAction()
 {
     $locaition_id = $this->getRequest()->getParam("id");
     if (!empty($locaition_id)) {
         $db = new Application_Model_DbTable_DbFrontend();
         $this->view->tourlocation = $db->getCityTurePackage($locaition_id);
     } else {
         $this->_redirect("/index/citytour");
     }
 }