コード例 #1
0
ファイル: cart.php プロジェクト: elmoy/wenheyou
 public function initialize()
 {
     parent::initialize();
     $this->view = view('layout/index.php');
     $this->user = \Model\Authorize\Oauth::login_user();
     \Core\View::$title = '文和友老长沙外卖';
 }
コード例 #2
0
ファイル: active.php プロジェクト: elmoy/wenheyou
 public function initialize()
 {
     parent::initialize();
     $this->view = view('layout/index.php');
     $this->user = \Model\Authorize\Oauth::login_user();
 }