Exemple #1
0
 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();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->left = View::template('v_left.php');
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->auth = \Core\Auth::app();
 }