PHP Classes

File: src/Hypersistence/dbconf.xml

Recommend this page to a friend!
  Classes of Mateus Fornari   Hypersistence   src/Hypersistence/dbconf.xml   Download  
File: src/Hypersistence/dbconf.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hypersistence
Store and retrieve objects in databases using PDO
Author: By
Last change:
Date: 9 years ago
Size: 208 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <dbconf> <dbms>mysql</dbms> <host>localhost</host> <username>root</username> <password>root</password> <database>test</database> <charset>utf8</charset> </dbconf>