Return to Snippet

Revision: 39672
at January 19, 2011 21:46 by spinx


Initial Code
<?php
// This file generated by Propel 1.5.2 convert-conf target
// from XML runtime conf file /root/runtime-conf.xml
$conf = array (
  'datasources' => 
  array (
    'acesbook' => 
    array (
      'adapter' => 'mysql',
      'connection' => 
      array (
        'dsn' => 'mysql:host=127.0.0.1;port=6446;dbname=base',
        'user' => 'root',
        'password' => '',
        'settings' =>
	      array(
	      	'queries' => 'SET NAMES utf8'
	      ),
      ),
      
    ),
    'default' => 'acesbook',
  ),
  'generator_version' => '1.5.2',
);
$conf['classmap'] = include('classmap-acesbook-conf.php');
return $conf;

Initial URL


Initial Description


Initial Title
Propel runtime conf

Initial Tags


Initial Language
PHP