Class jConfig

Description

static class which loads the configuration

Located in /core/jConfig.class.php (line 17)


	
			
Variable Summary
static mixed $fromCache
Method Summary
static object it load (string $configFile)
Variables
static mixed $fromCache = true (line 23)

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

if the cache configuration was regenerated (false)

  • access: public
Methods
static load (line 40)

load and read the configuration of the application

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

  • return: contains all configuration options
  • see: jConfigCompiler
  • access: public
static object it load (string $configFile)
  • string $configFile: the config file name

Documentation generated on Wed, 04 Jan 2017 22:52:31 +0100 by phpDocumentor 1.4.3