function __construct()
 {
     parent::__construct();
     //解析站点信息
     $this->load->helper('file_helper');
     $this->load->helper('my_helper');
     $this->assign('static', '/static/m-admin/');
     $this->assign('views_path', $this->get_views_path());
     $this->load->library('session');
     $this->load->library('Auth_nuan');
     $this->_login_user = @$_SESSION['login_user'];
     $this->auth();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Helper_model');
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->config('order');
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->config->load('data/recommend');
 }