コード例 #1
0
ファイル: Mywechat.php プロジェクト: zhaozw/sutnWs_Chat
 public function __construct($options)
 {
     parent::__construct($options);
     if (function_exists('get_instance')) {
         $this->_ci =& get_instance();
     }
 }
コード例 #2
0
ファイル: mywechat.php プロジェクト: kym0913/aci
 function __construct($options)
 {
     parent::__construct($options);
     if (function_exists("get_instance") && defined("APPPATH")) {
         $this->_ci =& get_instance();
         //$this->_ci->load->model('product_model', 'product');
         //$this->_ci->load->model('post_model', 'post');
     }
 }