예제 #1
0
파일: logout.php 프로젝트: Swift-Jr/thmdhc
 function __construct()
 {
     parent::__construct();
     if (!$this->User->authenticated()) {
         redirect('/site-admin/');
     }
 }
예제 #2
0
파일: home.php 프로젝트: Swift-Jr/thmdhc
 function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: Store.php 프로젝트: Swift-Jr/thmdhc
 function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
 }
예제 #4
0
 function __construct($ImageManager)
 {
     parent::__construct();
     $this->im = new $ImageManager();
 }