Commit b3de3fb9 authored by jwage's avatar jwage

Added model loading do default sandbox configuration.

parent bea3a7c5
...@@ -50,4 +50,6 @@ spl_autoload_register(array('Doctrine', 'autoload')); ...@@ -50,4 +50,6 @@ spl_autoload_register(array('Doctrine', 'autoload'));
Doctrine_Manager::connection(DSN, 'sandbox'); Doctrine_Manager::connection(DSN, 'sandbox');
Doctrine_Manager::getInstance()->setAttribute('model_loading', 'conservative'); Doctrine_Manager::getInstance()->setAttribute('model_loading', 'conservative');
\ No newline at end of file
Doctrine::loadModels('models');
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment