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

DibiResult: removed setWithTables & 'resultWithTables' configuration option (BC break!)

This commit is contained in:
David Grudl
2010-02-24 04:59:00 +01:00
parent a2323271d4
commit 4054bdc231
2 changed files with 2 additions and 57 deletions

View File

@@ -145,7 +145,6 @@ class dibi
/**#@+
* Configuration options
*/
const RESULT_WITH_TABLES = 'resultWithTables'; // for MySQL
const ROW_CLASS = 'rowClass';
const ASC = 'ASC', DESC = 'DESC';
/**#@-*/