PHP Classes

File: pri/abk/abk.xml

Recommend this page to a friend!
  Classes of Vallo Reima   Tiny PHP Address Book   pri/abk/abk.xml   Download  
File: pri/abk/abk.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tiny PHP Address Book
Manage address book stored in a database with PDO
Author: By
Last change:
Date: 7 years ago
Size: 815 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <!-- aBook configuration @package Application @author Vallo Reima @copyright (C)2013 --> <cfg> <!-- Owner properties --> <owr> <name>aBook</name> <copr>vregistry.com</copr> <year>2013</year> <auth>Vallo Reima</auth> <mail>vallo(ätt)vregistry(dot)com</mail> </owr> <!-- Default settings --> <set> </set> <!-- Database settings --> <db> <srv>mysql</srv> <hst>localhost</hst> <prt>3306</prt> <nme>abook</nme> <pfx></pfx> <usr>nils</usr> <pwd>lodur</pwd> </db> <!-- Modules --> <mod> <shl>shell</shl> <edt>abook</edt> <brw>browse</brw> <end>finish</end> </mod> <!-- Development settings --> <dev> <dbg>1</dbg> <url>http://arc.vregistry.com/abk/</url> </dev> </cfg>