diff --git a/tools/sandbox/config.php b/tools/sandbox/config.php index 5cb42b2b1..8b22fc5af 100644 --- a/tools/sandbox/config.php +++ b/tools/sandbox/config.php @@ -50,4 +50,6 @@ spl_autoload_register(array('Doctrine', 'autoload')); Doctrine_Manager::connection(DSN, 'sandbox'); -Doctrine_Manager::getInstance()->setAttribute('model_loading', 'conservative'); \ No newline at end of file +Doctrine_Manager::getInstance()->setAttribute('model_loading', 'conservative'); + +Doctrine::loadModels('models'); \ No newline at end of file