Thinkphp installation
冬末花开
冬末花开 2018-07-12 13:35:00
0
1
1162

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

冬末花开
冬末花开

reply all(1)
无忌哥哥

Then what is your question?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template