Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     $this->gallery = MGallery::app();
     $this->template = 'gallery/v_gallery.php';
     $this->check_access('edit_posts');
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->tag = MTag::app();
     $this->template = 'tag/v_tags.php';
     $this->check_access('edit_posts');
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->priv = MPriv::app();
     $this->template = 'priv/v_privs.php';
     $this->check_access('edit_rights');
 }
Beispiel #4
0
 public function __construct()
 {
     parent::__construct();
     $this->priv = MPriv::app();
     $this->role = MRole::app();
     $this->check_access('edit_rights');
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     $this->user = MUser::app();
     $this->image = Image::app();
     $this->role = MRole::app();
     $this->check_access('edit_users');
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct();
     $this->post = MPost::app();
     //$this->left = View::template('post/v_left.php');
     $this->image = Image::app();
     $this->tag = Tag::app();
     $this->check_access('edit_posts');
 }
Beispiel #7
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #8
0
 public function __construct()
 {
     parent::__construct();
     $this->model = MPage::app();
     $this->check_access('edit_pages');
 }