Exemple #1
0
 function __construct()
 {
     parent::__construct();
     if (!$this->User->authenticated()) {
         redirect('/site-admin/');
     }
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
 }
Exemple #4
0
 function __construct($ImageManager)
 {
     parent::__construct();
     $this->im = new $ImageManager();
 }