コード例 #1
0
ファイル: Segmentor_CKIP.php プロジェクト: 119155012/kals
 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');
 }
コード例 #2
0
ファイル: Segmentor_YAHOO.php プロジェクト: 119155012/kals
 public function __construct()
 {
     parent::__construct();
     $this->CI->config->load('kals');
 }