Loads web site configuration from file(s)
Located in /web_site/web_site_config_loader_file.class.php [line 35]
Tangra_Class | --Web_Site_Config_Loader_File
Properties
Methods
Inherited From Tangra_Class
Tangra_Class::get_class_name() Alias of get_class(). Exist because of historical reasons. Tangra_Class::__set() Overides PHP built-in method and just throws exception if called. Purpose - to "forbid" autosetting of nonexisting class properties.
File loader for machine specific conf file
File loader for site specific conf file
void load_site_config( Web_Site_Config $WSC, array $params )
Loads site configuration from files
$params have to be array with: ['ms_conf_file'] - path to machine specific configuration file ['ss_conf_file'] - path to site specific configuration file