一、代码
/** * @throws \think\Exception */ protected function getDb(){ if(!$this->my_db){ $this->my_db = Db::connect(config('db2')); } }
config.php
标签:框架,config,数据库,db,TP5,my From: https://www.cnblogs.com/yang-2018/p/16630542.html
/** * @throws \think\Exception */ protected function getDb(){ if(!$this->my_db){ $this->my_db = Db::connect(config('db2')); } }
config.php
标签:框架,config,数据库,db,TP5,my From: https://www.cnblogs.com/yang-2018/p/16630542.html