* zin: move zin dir to lib

This commit is contained in:
sunhao
2023-05-05 15:03:19 +08:00
parent 4cf1b740e4
commit 34731be27f
107 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -950,7 +950,8 @@ class baseControl
if(empty($moduleName)) $moduleName = $this->moduleName;
if(empty($methodName)) $methodName = $this->methodName;
include $this->app->getBasePath() . 'zin' . DS . 'zin.php';
/* Load zin lib */
$this->app->loadClass('zin', true);
/**
* 设置视图文件。(PHP7有一个bug,不能直接$viewFile = $this->setViewFile())。