Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Fins
Fins.Configuration

Class Fins.Configuration

Note

do not set values in this object except through the use of set_value() .


Variable app_dir

string Fins.Configuration.app_dir

Description

the full path to the application directory


Variable app_name

string Fins.Configuration.app_name

Description

name of the application; traditionally the last element of the full path to the application, though this can be overridden; see get_app_name() for details.


Variable module_root

string Fins.Configuration.module_root

Description

the name of this application's root module, which is usually the same as the app_name, though special precautions are taken to make it possible to change the app's folder name without upsetting code that depends on this being static (such as the model's definition files).


Variable config_file

string Fins.Configuration.config_file

Description

the path to the configuration file in use, such as /path/to/config/dev.cfg


Variable config_name

string Fins.Configuration.config_name

Description

the name of the configuration in use, such as dev


Variable handler_name

string Fins.Configuration.handler_name

Description

the name of the multi-tenant handler, if present