PHP Classes

File: vars.xml

Recommend this page to a friend!
  Classes of Bogdan Lupandin   MySQL Access Wrapper   vars.xml   Download  
File: vars.xml
Role: Configuration script
Content type: text/plain
Description: The variable page
Class: MySQL Access Wrapper
MySQL database access wrapper
Author: By
Last change:
Date: 13 years ago
Size: 216 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?>
<database>
    <host>localhost</host>
    <user>root</user>
    <pass>password</pass>
    <dbname>dbname</dbname>
    <table_prefix>pre_</table_prefix>
</database>