mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
规范调整
This commit is contained in:
@@ -16,9 +16,10 @@ namespace think;
|
||||
*/
|
||||
class Db
|
||||
{
|
||||
|
||||
private static $instance = []; // 数据库连接实例
|
||||
private static $_instance = null; // 当前数据库连接实例
|
||||
// 数据库连接实例
|
||||
private static $instance = [];
|
||||
// 当前数据库连接实例
|
||||
private static $_instance = null;
|
||||
|
||||
/**
|
||||
* 取得数据库类实例
|
||||
|
||||
Reference in New Issue
Block a user