ㅋㅋㅋ '구성'; } 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)); } }
그럼 질문이 뭔가요?