1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-16 19:14:17 +02:00

DibiResult is configured via items 'detectTypes' and 'formatDateTime' in 'result' subarray; removed RESULT_DETECT_TYPES & RESULT_DATE_TIME

This commit is contained in:
David Grudl
2010-05-19 20:25:17 +02:00
parent 9d803869fa
commit 88b1a45e42
3 changed files with 15 additions and 11 deletions

View File

@@ -167,13 +167,7 @@ class dibi
const REVISION = '$WCREV$ released on $WCDATE$';
/**#@-*/
/**#@+
* Configuration options
*/
const RESULT_DETECT_TYPES = 'resultDetectTypes';
const RESULT_DATE_TIME = 'resultDateTime';
const ASC = 'ASC', DESC = 'DESC';
/**#@-*/
/** @var DibiConnection[] Connection registry storage for DibiConnection objects */
private static $registry = array();