public function initialize() { $this->view->setLayout('mainLayout'); $this->view->searchform = new SearchForm(); $this->view->newsletterform = new NewsletterForm(); parent::initialize(); }
public function initialize() { $this->setlogsarray('search_start'); $this->view->setLayout('ajaxLayout'); $this->view->searchform = new SearchForm(); $this->view->newsletterform = new NewsletterForm(); parent::initialize(); }
public function initialize() { $this->tag->setTitle('Author'); $this->view->setLayout('mainLayout'); $this->view->searchform = new SearchForm(); $this->view->newsletterform = new NewsletterForm(); if ($this->dispatcher->getParam('authorname')) { $this->authorname = $this->dispatcher->getParam('authorname'); } $this->view->setVars(array('city' => $this->city, 'authorname' => $this->authorname)); parent::initialize(); }
public function initialize() { $this->setlogsarray('venue_start'); $this->tag->setTitle('Venue'); $this->view->setLayout('mainLayout'); $this->view->searchform = new SearchForm(); $this->view->newsletterform = new NewsletterForm(); if ($this->dispatcher->getParam('venue')) { $this->venue = $this->dispatcher->getParam('venue'); } $this->view->setVars(array('venue' => $this->venue)); parent::initialize(); }
public function initialize() { $this->setlogsarray('critic_start'); $this->tag->setTitle('Critic'); $this->view->setLayout('mainLayout'); $this->view->searchform = new SearchForm(); $this->view->newsletterform = new NewsletterForm(); if ($this->dispatcher->getParam('critic')) { $this->critic = $this->dispatcher->getParam('critic'); } $this->view->critic = $this->critic; parent::initialize(); }
public function initialize() { $this->setlogsarray('event_start'); $this->view->setLayout('mainLayout'); $this->view->searchform = new SearchForm(); $this->view->newsletterform = new NewsletterForm(); /* if($this->dispatcher->getParam('city')) $this->city = $this->dispatcher->getParam('city'); */ if ($this->dispatcher->getParam('eventtitle')) { $this->eventtitle = $this->dispatcher->getParam('eventtitle'); } $this->view->setVars(array('city' => $this->city, 'eventtitle' => $this->eventtitle)); parent::initialize(); }
public function initialize() { parent::initialize(); }
public function initialize() { //$this->tag->setTitle('Oops!'); parent::initialize(); }