示例#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();
 }