搜索

首页  >  问答  >  正文

为什么我进入index.php页面报错

           }            //自动读取配置文件            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));                }            }

RNGRNG2409 天前1230

全部回复(2)我来回复

  • PHP中文网

    PHP中文网2018-05-02 10:43:55

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

    回复
    0
  • PHP中文网

    PHP中文网2018-05-02 10:43:36

    没看明白你的报名 信息

    回复
    0
  • 取消回复