コード例 #1
0
 public function indexAction()
 {
     if ($this->getSession()->isLoggedIn()) {
         $this->_redirect("customer/mobile_account_edit");
     } else {
         parent::indexAction();
     }
 }
コード例 #2
0
 public function indexAction()
 {
     $this->getSession()->isOverview = false;
     parent::indexAction();
 }