* Fix story of project.

This commit is contained in:
zhujinyong
2021-03-21 16:11:07 +08:00
parent a6eff425ca
commit 6582a700bb
19 changed files with 48 additions and 45 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ class control extends baseControl
chdir(dirname($viewFile));
/**
* 使用extract安定ob方法渲染$viewFile里面的代码。
* 使用extract和ob方法渲染$viewFile里面的代码。
* Use extract and ob functions to eval the codes in $viewFile.
*/
extract((array)$this->view);