Changeset 4470 for trunk/lib/Doctrine.php
- Timestamp:
- 06/05/08 20:01:58 (7 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine.php
r4375 r4470 31 31 * @since 1.0 32 32 * @version $Revision$ 33 * @todo Remove all the constants, attributes to the new attribute system, 34 * All methods to separate classes. 33 35 */ 34 36 final class Doctrine … … 184 186 const ATTR_DECIMAL_PLACES = 141; // manager/session attribute 185 187 const ATTR_PORTABILITY = 106; // manager/session attribute 186 const ATTR_VALIDATE = 107; // manager/session attribute187 188 const ATTR_COLL_KEY = 108; // class attribute 188 189 const ATTR_QUERY_LIMIT = 109; // manager/session attribute … … 198 199 const ATTR_CREATE_TABLES = 122; // manager/session attribute 199 200 const ATTR_COLL_LIMIT = 123; // manager/session attribute 200 const ATTR_CACHE = 150; // deprecated201 201 const ATTR_RESULT_CACHE = 150; // manager/session attribute 202 const ATTR_CACHE_LIFESPAN = 151; // deprecated203 202 const ATTR_RESULT_CACHE_LIFESPAN = 151; // manager/session attribute 204 203 const ATTR_LOAD_REFERENCES = 153; // class attribute