Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->Security->EnsureLogin();
     $this->load->model('Library');
     $this->JoystModel('Library');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Reference');
     $this->JoystModel('Reference');
 }
Example #3
0
	function __construct() {
		parent::__construct();
		$this->load->model('User');
	}