Changeset 3420 for trunk/lib/Doctrine.php
- Timestamp:
- 12/20/07 03:09:57 (13 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine.php
r3415 r3420 428 428 429 429 /** 430 * MODEL_LOADING_AG RESSIVE430 * MODEL_LOADING_AGGRESSIVE 431 431 * 432 432 * Constant for agressive model loading 433 433 * Will require_once() all found model files 434 434 */ 435 const MODEL_LOADING_AG RESSIVE = 1;435 const MODEL_LOADING_AGGRESSIVE = 1; 436 436 437 437 /**