Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     Auth::block();
     $this->albumModel = new Album();
     $this->status_model = new Status();
     $this->mediaModel = new Media();
     $this->categoryModel = new Category();
 }
Exemplo n.º 2
0
 /**
  * call the parent construct
  */
 public function __construct()
 {
     Auth::block();
     parent::__construct();
 }
Exemplo n.º 3
0
 /**
  * call the parent construct
  */
 public function __construct()
 {
     Auth::block();
     parent::__construct();
     // $this->language->load('welcome');
 }