Db
public class Db
Field Summary | |
---|---|
static mixed | |
static mixed |
Method Summary | |
---|---|
static \think\db\Connection | connect(mixed config, bool|string name) 数据库初始化 并取得数据库类实例 |
public static mixed $executeTimes = 0
public static mixed $queryTimes = 0
public static \think\db\Connection connect(mixed config, bool|string name)
数据库初始化 并取得数据库类实例
Class Db