PHP Classes

File: complex-example/model/build/conf/address_book-conf.php

Recommend this page to a friend!
  Classes of none   Raw AJAX Wrapper   complex-example/model/build/conf/address_book-conf.php   Download  
File: complex-example/model/build/conf/address_book-conf.php
Role: Configuration script
Content type: text/plain
Description: Config file
Class: Raw AJAX Wrapper
Generate JavaScript to send AJAX requests
Author: By
Last change:
Date: 10 years ago
Size: 657 bytes
 

Contents

Class file image Download
<?php
// This file generated by Propel 1.6.9 convert-conf target
// from XML runtime conf file /home/albecamp/workspace/address-book/modelClassLayer/runtime-conf.xml
$conf = array (
 
'datasources' =>
  array (
   
'address_book' =>
    array (
     
'adapter' => 'mysql',
     
'connection' =>
      array (
       
'dsn' => 'mysql:host=localhost;dbname=address_book',
       
'user' => 'addbookUser',
       
'password' => 'rzm3XUzEww28jzVV',
      ),
    ),
   
'default' => 'address_book',
  ),
 
'generator_version' => '1.6.9',
);
$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-address_book-conf.php');
return
$conf;