mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进Connection类的connect方法
This commit is contained in:
@@ -14,9 +14,9 @@ namespace think;
|
||||
class View
|
||||
{
|
||||
// 视图实例
|
||||
protected static $instance = null;
|
||||
protected static $instance;
|
||||
// 模板引擎实例
|
||||
public $engine = null;
|
||||
public $engine;
|
||||
// 模板变量
|
||||
protected $data = [];
|
||||
// 视图输出替换
|
||||
|
||||
Reference in New Issue
Block a user