为什么我进入index.php页面报错
RNG
RNG 2018-04-27 18:38:21
0
2
1251

           }            //自动读取配置文件            if (is_dir($path . 'config')) {                $dir = $path . '配置';            } elseif (is_dir($this->configPath . $module)) {                $dir = $this->configPath . $模块;            }            $files = isset($dir) ? scandir($dir) : [];            foreach ($files as $file) {                if ('.' .pathinfo($file, PATHINFO_EXTENSION) === $this->configExt) {                    $filename = $dir . DIRECTORY_SEPARATOR 。 $文件;                    $this->config->load($filename, pathinfo($file, PATHINFO_FILENAME));                }            }

RNG
RNG

全部回复(2)
猪哥

这是没经过PHP编译直接输出了?

猪哥

没看明白你的报名 信息

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板