예제 #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();
 }