📜  如何使用db超过1 codeigiter 3 - PHP代码示例

📅  最后修改于: 2022-03-11 14:54:40.378000             🧑  作者: Mango

代码示例1
# define another db in database.php
# and call db with like this
$otherdb = $this->load->database('otherdb', TRUE);