jConfig

static class which loads the configuration

package

jelix

subpackage

core

static

Methods

this is a static class, so private constructor

__construct() 

load and read the configuration of the application The combination of all configuration files (the given file and the mainconfig.ini.php) is stored in a single temporary file. So it calls the jConfigCompiler class if needed

load(string $configFile) : object
static
see \jConfigCompiler

Arguments

$configFile

string

the config file name

Response

object

it contains all configuration options

Properties

indicate if the configuration was loading from the cache (true) or if the cache configuration was regenerated (false)

fromCache : 
static

Type(s)