search

Home  >  Q&A  >  body text

Thinkphp installation

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

冬末花开冬末花开2332 days ago1165

reply all(1)I'll reply

  • 无忌哥哥

    无忌哥哥2018-07-12 13:36:27

    Then what is your question?

    reply
    0
  • Cancelreply