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

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

@ -12,7 +12,7 @@ class Infoauthors_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);
} }
function init() function init()

Loading…
Cancel
Save