拆分信息平台表到另外数据库

hotfix/paypal-note
YCC 2 years ago
parent cd2038550d
commit 10c6bdaac9

@ -12,7 +12,7 @@ class Infoauthors_model extends CI_Model
function __construct()
{
parent::__construct();
$this->HT = $this->load->database('INFORMATION', TRUE);
$this->HT = $this->load->database('HT', TRUE);
}
function init()

Loading…
Cancel
Save