|
dolibarr
13.0.2
|
Class to stock current configuration. More...
Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| setValues ($db) | |
| Load setup values into conf object (read llx_const) Note that this->db->xxx, this->file->xxx and this->multicompany have been already loaded when setValues is called. More... | |
Public Attributes | |
| $file | |
| To store properties found in conf file. | |
| $global | |
| To store properties found into database. | |
| $browser | |
| To store browser info. | |
| $use_javascript_ajax | |
| To store if javascript/ajax is enabked. | |
| $disable_compute | |
| To store if javascript/ajax is enabked. | |
| $currency | |
| Used to store current currency (ISO code like 'USD', 'EUR', ...) | |
| $theme | |
| Used to store current css (from theme) | |
| $standard_menu | |
| Used to store current menu handler. | |
| $multicompany | |
| To store properties of multi-company. | |
| $entity = 1 | |
| Used to store running instance for multi-company (default 1) | |
| $entities = array() | |
| Used to store list of entities to use for each element. | |
Class to stock current configuration.
Definition at line 33 of file conf.class.php.
| Conf::__construct | ( | ) |
Constructor.
Charset for HTML output and for storing data in memory
Definition at line 111 of file conf.class.php.
| Conf::setValues | ( | $db | ) |
Load setup values into conf object (read llx_const) Note that this->db->xxx, this->file->xxx and this->multicompany have been already loaded when setValues is called.
Definition at line 159 of file conf.class.php.
References $_SERVER, $file, $resql, dol_buildpath(), dol_include_once(), dol_osencode(), dol_sanitizeFileName(), dol_syslog(), if, and user.