From a6fbc199276243e176523cddbba9e1912b6a1c44 Mon Sep 17 00:00:00 2001 From: jwage Date: Fri, 29 May 2009 14:46:53 +0000 Subject: [PATCH] [2.0] Fixing sandbox --- tools/sandbox/config.php | 5 ++--- tools/sandbox/index.php | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/sandbox/config.php b/tools/sandbox/config.php index 32eb48c14..162aa0d7a 100644 --- a/tools/sandbox/config.php +++ b/tools/sandbox/config.php @@ -1,9 +1,8 @@ register(); - $classLoader->setBasePath('Doctrine', realpath(__DIR__ . '/../../lib')); $classLoader->setBasePath('Entities', __DIR__); @@ -15,4 +14,4 @@ $connectionOptions = array( 'driver' => 'pdo_sqlite', 'path' => 'database.sqlite' ); -$em = \Doctrine\ORM\EntityManager::create($connectionOptions, 'doctrine', $config, $eventManager); \ No newline at end of file +$em = \Doctrine\ORM\EntityManager::create($connectionOptions, $config, $eventManager); \ No newline at end of file diff --git a/tools/sandbox/index.php b/tools/sandbox/index.php index a6486a99f..eb7bbe89f 100644 --- a/tools/sandbox/index.php +++ b/tools/sandbox/index.php @@ -1,2 +1,3 @@