Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     global $configs;
     $this->cache_dir = APPPATH . 'cache/cssjsless/';
     $this->def_dir = $configs->config->theme_path;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('html');
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('api_wechat/mp_wechat', 'wechat');
     $this->wechat->_init($this->appid, $this->appSecret, $this->encodingAesKey);
 }