示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->Security->EnsureLogin();
     $this->load->model('Library');
     $this->JoystModel('Library');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Reference');
     $this->JoystModel('Reference');
 }
示例#3
0
文件: users.php 项目: uaBirder/SRA
	function __construct() {
		parent::__construct();
		$this->load->model('User');
	}