|
|
|
@ -11,7 +11,8 @@ class InfoBokunData_model extends CI_Model {
|
|
|
|
|
public function __construct()
|
|
|
|
|
{
|
|
|
|
|
parent::__construct();
|
|
|
|
|
$this->HT = $this->load->database('HT', TRUE);
|
|
|
|
|
//$this->HT = $this->load->database('HT', TRUE);
|
|
|
|
|
$this->HT = $this->load->database('INFORMATION', TRUE);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var $ibd_ic_id;
|
|
|
|
|