コード例 #1
0
ファイル: IndexController.class.php プロジェクト: xswolf/dc
 public function _initialize()
 {
     parent::_initialize();
     if ($this->user->getId() != 1) {
         $this->redirect('order/index');
     }
 }
コード例 #2
0
ファイル: OrderController.class.php プロジェクト: xswolf/dc
 public function _initialize()
 {
     parent::_initialize();
     $this->assign('shopName', $this->user->getShopName());
 }