Changeset 3415 for trunk/tools/sandbox
- Timestamp:
- 12/19/07 22:41:11 (13 months ago)
- Location:
- trunk/tools/sandbox
- Files:
-
- 1 modified
- 2 moved
-
config.php.dist (modified) (1 diff)
-
doctrine (moved) (moved from trunk/tools/sandbox/cli) (1 diff)
-
doctrine.php (moved) (moved from trunk/tools/sandbox/cli.php)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/sandbox/config.php.dist
r2994 r3415 51 51 $pdo = new PDO(DSN); 52 52 Doctrine_Manager::connection($pdo, 'sandbox'); 53 54 Doctrine_Manager::getInstance()->setAttribute(Doctrine::ATTR_MODEL_LOADING, Doctrine::MODEL_LOADING_CONSERVATIVE); -
trunk/tools/sandbox/doctrine
r2849 r3415 2 2 <?php 3 3 chdir(dirname(__FILE__)); 4 include(' cli.php');4 include('doctrine.php');