Skip to content

Instantly share code, notes, and snippets.

@caefer
Created August 29, 2010 16:53
Show Gist options
  • Save caefer/556455 to your computer and use it in GitHub Desktop.
Save caefer/556455 to your computer and use it in GitHub Desktop.
configuration = ProjectConfiguration::getActive();
$databaseManager = new sfDatabaseManager($configuration);
Doctrine_Manager::getInstance()->createDatabases('doctrine');
Doctrine_Core::createTablesFromArray(array('TestRecord'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment