$queryTimes
$queryTimes : integer
Class Db
$instance : array<mixed,\think\db\Connection>
connect(mixed $config = array(), boolean|string $name = false) : \think\db\Connection
数据库初始化,并取得数据库类实例
mixed | $config | 连接配置 |
boolean|string | $name | 连接标识 true 强制重新连接 |