Update View.php

修改$engine修饰符为public
This commit is contained in:
shuipf
2016-02-20 12:55:05 +08:00
parent b9d4c41efa
commit 0203b3cf38

View File

@@ -16,7 +16,7 @@ class View
// 视图实例 // 视图实例
protected static $instance = null; protected static $instance = null;
// 模板引擎实例 // 模板引擎实例
protected $engine = null; public $engine = null;
// 模板主题名称 // 模板主题名称
protected $theme = ''; protected $theme = '';
// 模板变量 // 模板变量