Changeset 4361
- Timestamp:
- 05/13/08 02:35:43 (14 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine.php
r4332 r4361 205 205 */ 206 206 const LIMIT_ROWS = 1; 207 const QUERY_LIMIT_ROWS = 1; 207 208 208 209 /** 209 210 * constant for record limiting 210 211 */ 211 const LIMIT_RECORDS = 2; 212 const LIMIT_RECORDS = 2; 213 const QUERY_LIMIT_RECORDS = 2; 212 214 213 215 /**