mirror of
https://github.com/dg/dibi.git
synced 2025-08-31 17:51:43 +02:00
introduced new class constants
This commit is contained in:
@@ -111,6 +111,13 @@ class dibi
|
||||
VERSION = '0.9',
|
||||
REVISION = '$WCREV$ released on $WCDATE$';
|
||||
|
||||
/**
|
||||
* Configuration options
|
||||
*/
|
||||
const
|
||||
RESULT_WITH_TABLES = 'resultWithTables',
|
||||
RESULT_OBJECTS = 'resultObjects',
|
||||
RESULT_CLASS = 'resultClass';
|
||||
|
||||
/**
|
||||
* Connection registry storage for DibiConnection objects.
|
||||
|
Reference in New Issue
Block a user