mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 21:52:34 +08:00
改进App、Error和View类
改进Log类 简化驱动类的定义
This commit is contained in:
@@ -63,7 +63,7 @@ class View {
|
||||
* @param boolean $return 是否返回
|
||||
* @return mixed
|
||||
*/
|
||||
public function display($template='',$vars=[],$cacheId,$return=false) {
|
||||
public function display($template='',$vars=[],$cacheId='',$return=false) {
|
||||
Tag::listen('view_begin',$template);
|
||||
// 解析并获取模板内容
|
||||
$content = $this->fetch($template,$vars,$cacheId);
|
||||
|
||||
Reference in New Issue
Block a user