initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
// auto-generated by sfDatabaseConfigHandler
// date: 2010/08/08 18:55:06
$database = new sfPropelDatabase();
$database->initialize(array (
'phptype' => 'mysql',
'hostspec' => 'zebu58.powwebmysql.com',
'database' => 'proactiveenglish',
'username' => 'zebu58',
'password' => 'gerard1995',
), 'propel');
$this->databases['propel'] = $database;