recherche

Maison  >  Questions et réponses  >  le corps du texte

Installation de Thinkphp

           }            // 自动读取配置文件            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 . $fichier ;                    $this->config->load($filename, pathinfo($file, PATHINFO_FILENAME));                }            }

冬末花开冬末花开2369 Il y a quelques jours1185

répondre à tous(1)je répondrai

  • 无忌哥哥

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

    Alors quelle est votre question ?

    répondre
    0
  • Annulerrépondre