initial commit

This commit is contained in:
Chris Sewell
2012-11-28 03:55:08 -05:00
parent 7adb399b2e
commit cf140a2e97
3247 changed files with 492437 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<?php
// auto-generated by sfDatabaseConfigHandler
// date: 2012/06/11 14:35:44
$database = new sfPropelDatabase();
$database->initialize(array (
'dsn' => 'mysql://root:d6Gxlk78T3@localhost/db142237_atlbiomedprod',
), 'sessions_db');
$this->databases['sessions_db'] = $database;
$database = new sfPropelDatabase();
$database->initialize(array (
'phptype' => 'mysql',
'host' => 'localhost',
'database' => 'db142237_atlbiomedprod',
'username' => 'root',
'password' => 'd6Gxlk78T3',
), 'propel');
$this->databases['propel'] = $database;
$database = new sfPropelDatabase();
$database->initialize(array (
'phptype' => 'mysql',
'host' => 'localhost',
'database' => 'db142237_atlbiomedprod',
'username' => 'root',
'password' => 'd6Gxlk78T3',
), 'atlbio');
$this->databases['atlbio'] = $database;