Exemple #1
0
 protected function indexAction()
 {
     if ($this->isSkipped()) {
         return $this->_redirect('*/amazon_listing/index/');
     }
     return parent::indexAction();
 }
Exemple #2
0
 protected function initResultPage()
 {
     if (!is_null($this->resultPage)) {
         return;
     }
     parent::initResultPage();
     $this->getResultPage()->setActiveMenu($this->getMenuRootNodeNick());
 }