|
ultimix
|
Public Member Functions | |
| __construct () | |
| unsafe_select ($Condition) | |
| create ($Record) | |
| get_setting ($SettingName, $DefaultValue= '_throw_exception') | |
| set_setting ($SettingName, $Value) | |
| __toString () | |
Data Fields | |
| $NativeTable = '`umx_setting`' | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
Working with settings.
Definition at line 26 of file db_settings.php.
| __construct | ( | ) |
Constructor.
Definition at line 65 of file db_settings.php.
| __toString | ( | ) |
Function converts object to string.
| Exception | An exception of this type is thrown. |
Definition at line 288 of file db_settings.php.
| create | ( | $Record | ) |
Creating record.
| $Record | Example for creation. |
| Exception | An exception of this type is thrown. |
Definition at line 140 of file db_settings.php.
| get_setting | ( | $SettingName, | |
$DefaultValue = '_throw_exception' |
|||
| ) |
Function provides access to the loaded settings.
| $SettingName | - Setting title. |
| $DefaultValue | - Default value for undefined setting. |
| Exception | An exception of this type is thrown. |
Definition at line 188 of file db_settings.php.
| set_setting | ( | $SettingName, | |
| $Value | |||
| ) |
Function provides setting values for settings.
| $SettingName | - Setting title. |
| $Value | - Default value for setting. |
| Exception | An exception of this type is thrown. |
Definition at line 240 of file db_settings.php.
| unsafe_select | ( | $Condition | ) |
Selecting records.
| $Condition | - Records selection condition. |
| Exception | An exception of this type is thrown. |
Definition at line 102 of file db_settings.php.
| $Database = false |
Cache.
Definition at line 50 of file db_settings.php.
| $DatabaseAlgorithms = false |
Definition at line 51 of file db_settings.php.
| $NativeTable = '`umx_setting`' |
Table name.
Definition at line 38 of file db_settings.php.
| $Security = false |
Definition at line 52 of file db_settings.php.
| $SecurityParser = false |
Definition at line 53 of file db_settings.php.