コード例 #1
0
ファイル: Post.php プロジェクト: annasoal/newsite
 public function __construct()
 {
     parent::__construct();
     $this->left = View::template('v_left.php');
     $this->post = MPost::app();
     $this->image = MImage::app();
     $this->tag = MTag::app();
     $this->comment = MComment::app();
 }
コード例 #2
0
ファイル: Page.php プロジェクト: annasoal/newsite
 public function __construct()
 {
     parent::__construct();
     $this->left = View::template('v_left.php');
 }
コード例 #3
0
ファイル: Auth.php プロジェクト: annasoal/newsite
 public function __construct()
 {
     parent::__construct();
     $this->auth = \Core\Auth::app();
 }