thd/cache/frontend/dev/config/config_databases.yml.php
author wakimd
Wed, 25 Aug 2010 11:20:31 +0200
changeset 46 a770b1bc730a
parent 35 94a1dc255022
permissions -rw-r--r--
Added a chinese hello world

<?php
// auto-generated by sfDatabaseConfigHandler
// date: 2009/09/16 12:26:18

return array(
'doctrine' => new sfDoctrineDatabase(array (
  'dsn' => 'mysql:host=localhost;dbname=thd',
  'username' => 'thd',
  'password' => 'helsinki',
  'name' => 'doctrine',
)),);