Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->CI->config->load('kals');
     $this->username = $this->CI->config->item('ckip.username');
     $this->password = $this->CI->config->item('ckip.password');
     $this->serverIP = $this->CI->config->item('ckip.server_ip');
     $this->serverPort = $this->CI->config->item('ckip.server_port');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->CI->config->load('kals');
 }