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(); }
function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); $this->load->model('Helper_model'); }
function __construct() { parent::__construct(); $this->load->config('order'); }
function __construct() { parent::__construct(); $this->config->load('data/recommend'); }