M(‘[基础模型名:]模型名‘,‘数据表前缀‘,‘数据库连接信息‘)
$User = M(‘User‘,‘think_‘,‘mysql://user_a:[email protected]:3306/thinkphp‘);
在config.php增加
‘DB_CONFIG2‘ => ‘mysql://root:localhost
@115.*.*.*/tbname‘,
使用方法
M(‘User‘,‘think_‘,‘DB_CONFIG2‘);
或者
M()->db(2,"DB_CONFIG2")->Table(‘orders_ktv‘)
thinkphp访问其他数据库方法
时间: 2024-10-09 15:18:13