|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_query_name ($theQueryName) | |
| log_query ($Query, $Start, $DBLogging) | |
Data Fields | |
| $UserAlgorithms = false | |
Static Public Attributes | |
| static | $QueryName = 'undefined' |
Class providees routine for database manipulation.
Definition at line 26 of file database_logger.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 66 of file database_logger.php.
| log_query | ( | $Query, | |
| $Start, | |||
| $DBLogging | |||
| ) |
Function logs query.
| $Query | - Query string. |
| $Start | - Query execution start time. |
| $DBLogging | - Need logging. |
| Exception | - An exception of this type is thrown. |
Definition at line 159 of file database_logger.php.
| set_query_name | ( | $theQueryName | ) |
Setting query name.
| $theQueryName | - имя запроса. |
Definition at line 91 of file database_logger.php.
|
static |
Query's name.
Definition at line 50 of file database_logger.php.
| $UserAlgorithms = false |
Database object.
Definition at line 38 of file database_logger.php.