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