1
0
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:
David Grudl
2008-10-10 01:35:33 +00:00
parent b0f155f767
commit ae77148773
4 changed files with 19 additions and 12 deletions

View File

@@ -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.