呵呵,是不是报错了?

到目录下 vendor/topthink/think-orm/src/db/connector/Mongo.php下修改

1
2
3
4
if (empty($config['dsn'])) {
$config['dsn'] = 'mongodb://' . ($config['username'] ? "{$config['username']}" : '') . ($config['password'] ? ":{$config['password']}@" : '') . $config['hostname'] .($config['hostport'] ?
":{$config['hostport']}" : ''). ($config['database'] ? "/{$config['database']}" : '');
}

本文早期发布于个人 CSDN 博客:查看原文

站内搜索

没有找到内容!