PHP Classes

File: db/config.inc.php

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

Contents

Class file image Download
<?
const MAX_ARTICLE = 5;
const
DATABASE = "db/database.xml";
const
MAX_ARTICLE_IN_RSS = 10;


?>