PHP Classes

File: conf/configure.xml

Recommend this page to a friend!
  Classes of Przemek Berezowski   DB Version Manager   conf/configure.xml   Download  
File: conf/configure.xml
Role: Auxiliary data
Content type: text/plain
Description: Profiles configurations
Class: DB Version Manager
Update database schema with commands read in files
Author: By
Last change:
Date: 13 years ago
Size: 514 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <config> <profiles> <profile name="test"> <dsn>mysql:host=localhost;dbname=test</dsn> <dbUser>root</dbUser> <dbPass></dbPass> <sqlPath>C:\\sql\Test</sqlPath> <sqlUseTransactions>true</sqlUseTransactions> </profile> <profile name="dev"> <dsn>mysql:host=localhost;dbname=test2</dsn> <dbUser>root</dbUser> <dbPass></dbPass> <sqlPath>C:\\sql\Test</sqlPath> <sqlUseTransactions>true</sqlUseTransactions> </profile> </profiles> </config>