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