PHP Classes

File: db/database.xml

Recommend this page to a friend!
  Classes of Chouchen   PHP Short URL Generator   db/database.xml   Download  
File: db/database.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Short URL Generator
Create short URLs storing them in a XML database
Author: By
Last change:
Date: 4 years ago
Size: 251 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <Database> <table name="url"> <item id="shiki"> <url>http://www.shikiryu.com</url> </item> <item id="goog"> <url>http://www.google.fr</url> </item> </table> </Database>