1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-27 15:59:49 +02:00

added new option 'resultDateTime' - replaces parameter $format in DibiResult::setType()

This commit is contained in:
David Grudl
2010-02-24 06:43:08 +01:00
parent 527863fcce
commit c01bfd792d
2 changed files with 19 additions and 14 deletions

View File

@@ -146,6 +146,7 @@ class dibi
* Configuration options
*/
const RESULT_DETECT_TYPES = 'resultDetectTypes';
const RESULT_DATE_TIME = 'resultDateTime';
const ASC = 'ASC', DESC = 'DESC';
/**#@-*/