PHP Classes

File: complex-example/model/runtime-conf.xml

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

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<config>
  <propel>
    <datasources default="address_book">
      <datasource id="address_book">
        <adapter>mysql</adapter>
        <connection>
          <dsn>mysql:host=localhost;dbname=address_book</dsn>
          <user>addbookUser</user>
          <password>rzm3XUzEww28jzVV</password>
        </connection>
      </datasource>
    </datasources>
  </propel>
</config>