source:
pro-bachkim-filespace/sourcecode/api.violet.vn/cache/platform/prod/config/config_databases.yml.php
@
19
Last change on this file since 19 was 19, checked in by dungnv, 11 years ago | |
---|---|
File size: 298 bytes |
Line | |
---|---|
1 | <?php |
2 | // auto-generated by sfDatabaseConfigHandler |
3 | // date: 2014/05/07 16:15:25 |
4 | |
5 | $database = new sfPropel13Database(); |
6 | $database->initialize(array ( |
7 | 'dsn' => 'mysql:dbname=tvtl;host=127.0.0.1', |
8 | 'username' => 'root', |
9 | 'password' => 123456, |
10 | ), 'propel'); |
11 | $this->databases['propel'] = $database; |
Note: See TracBrowser
for help on using the repository browser.