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