Class jConfigCompiler

Description

jConfigCompiler merge two ini file in a single array and store it in a temporary file

This is a static class

Located in /core/jConfigCompiler.class.php (line 20)


	
			
Method Summary
static void prepareConfig ( $config)
static object an read (string $configFile)
static array _loadPathList (array $list,  $forbiddenList,  &$allBasePath)
static void _loadPluginsPathList ( &$config, array|object  $config)
Methods
static prepareConfig (line 76)

fill some config properties with calculated values

  • access: protected
static void prepareConfig ( $config)
  • $config
static read (line 30)

read the given ini file. Merge it with the content of defaultconfig.ini.php

It also calculates some options. It stores the result in a temporary file

  • return: object which contains configuration values
  • access: public
static object an read (string $configFile)
  • string $configFile: the config file name
static _loadPathList (line 192)

Analyse and check the "lib:" and "app:" path.

  • return: list of full path
  • access: protected
static array _loadPathList (array $list,  $forbiddenList,  &$allBasePath)
  • array $list: list of "lib:*" and "app:*" path
  • $forbiddenList
  • &$allBasePath
static _loadPluginsPathList (line 223)

Analyse plugin paths

  • access: protected
static void _loadPluginsPathList ( &$config, array|object  $config)
  • array|object $config: the config container
  • &$config

Documentation generated on Thu, 22 Mar 2012 22:14:15 +0100 by phpDocumentor 1.4.3