array ( 'mlohn' => array ( 'adapter' => 'mysql', 'connection' => array ( 'dsn' => 'mysql:host=localhost;dbname=mlohn', 'user' => 'mlohn', 'password' => 'mlohn', 'settings' => array ( 'charset' => array ( 'value' => 'utf8', ), ), ), ), 'default' => 'mlohn', ), 'generator_version' => '1.5.6-dev', ); $conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-propel-conf.php'); return $conf;