Public Member Functions | |
ConfigDBBackend ($petition) | |
GetConfig () | |
SetConfig ($keys) | |
_MakeQuery ($key, $value) | |
_GetIdK ($key) | |
_InsertValue ($idK, $value) | |
_UpdateValue ($idK, $value) | |
Public Attributes | |
$idM | |
The id of the module. | |
$idG | |
The id of the group. | |
$idU | |
The id of the user. | |
$dbObj | |
The DBJames Object. |
Definition at line 12 of file ConfigDBBackend.class.php.
|
Initializes de backend with a petition.
Definition at line 24 of file ConfigDBBackend.class.php. |
|
Gets the idK for a key name.
Definition at line 106 of file ConfigDBBackend.class.php. |
|
Inserts a new value in the DB.
Definition at line 130 of file ConfigDBBackend.class.php. |
|
Makes the query to store the specified key, value in the DB.
Definition at line 86 of file ConfigDBBackend.class.php. |
|
Updates a value in the DB.
Definition at line 149 of file ConfigDBBackend.class.php. |
|
Returns the configuration keys and values for the specified petition.
Reimplemented from IConfigBackend. Definition at line 43 of file ConfigDBBackend.class.php. |
|
Stores an array of key, value pairs in the DB.
Reimplemented from IConfigBackend. Definition at line 69 of file ConfigDBBackend.class.php. |
|
The DBJames Object.
Definition at line 18 of file ConfigDBBackend.class.php. |
|
The id of the group.
Definition at line 15 of file ConfigDBBackend.class.php. |
|
The id of the module.
Definition at line 14 of file ConfigDBBackend.class.php. |
|
The id of the user.
Definition at line 16 of file ConfigDBBackend.class.php. |