From 98551cb98a05db8365121c7c6e3cf77be9ce0f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Mon, 8 Nov 2021 14:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/infoContents_model.php | 2 +- application/models/infoStructures_model.php | 2 +- application/models/information_model.php | 2 +- .../third_party/recommend/models/infoRecommends_model.php | 2 +- application/third_party/recommend/models/infoTips_model.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/models/infoContents_model.php b/application/models/infoContents_model.php index 1d882814..6e32a53a 100644 --- a/application/models/infoContents_model.php +++ b/application/models/infoContents_model.php @@ -8,7 +8,7 @@ class InfoContents_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } public function add_use_ORM($table, $data) { diff --git a/application/models/infoStructures_model.php b/application/models/infoStructures_model.php index ea567fd5..c00d3605 100644 --- a/application/models/infoStructures_model.php +++ b/application/models/infoStructures_model.php @@ -8,7 +8,7 @@ class InfoStructures_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } diff --git a/application/models/information_model.php b/application/models/information_model.php index a25db8a9..72dfb67d 100644 --- a/application/models/information_model.php +++ b/application/models/information_model.php @@ -19,7 +19,7 @@ class Information_model extends CI_Model { function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } function init() { diff --git a/application/third_party/recommend/models/infoRecommends_model.php b/application/third_party/recommend/models/infoRecommends_model.php index ea6504b7..ebd60a8a 100644 --- a/application/third_party/recommend/models/infoRecommends_model.php +++ b/application/third_party/recommend/models/infoRecommends_model.php @@ -9,7 +9,7 @@ class infoRecommends_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } public function init() { diff --git a/application/third_party/recommend/models/infoTips_model.php b/application/third_party/recommend/models/infoTips_model.php index 4745e170..18344f65 100644 --- a/application/third_party/recommend/models/infoTips_model.php +++ b/application/third_party/recommend/models/infoTips_model.php @@ -9,7 +9,7 @@ class infoTips_model extends CI_Model function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); + $this->HT = $this->load->database('INFORMATION', TRUE); } public function init() {