|
|
@ -6,7 +6,7 @@ class recommends_and_tips_model extends CI_Model
|
|
|
|
function __construct()
|
|
|
|
function __construct()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
parent::__construct();
|
|
|
|
parent::__construct();
|
|
|
|
$this->HT = $this->load->database('HT', TRUE);
|
|
|
|
$this->HT = $this->load->database('INFORMATION', TRUE);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -60,4 +60,4 @@ class recommends_and_tips_model extends CI_Model
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|