PHP Classes

File: samples/config.inc.php

Recommend this page to a friend!
  Classes of Tom Schaefer   QTransfer   samples/config.inc.php   Download  
File: samples/config.inc.php
Role: Configuration script
Content type: text/plain
Description: sample configuration
Class: QTransfer
Send HTTP requests and process XML responses
Author: By
Last change:
Date: 14 years ago
Size: 333 bytes
 

Contents

Class file image Download
<?php

define
("VERSION", "0.1.1");
define("DS", DIRECTORY_SEPARATOR);
define("ROOT", dirname(dirname(__FILE__)));
define("CLASSES", ROOT.DS."classes");
define("SCHEMES", ROOT.DS."schemes");

define("ROOTDIR", ROOT);
define("CLASSESDIR", CLASSES);
define("SCHEMESDIR", SCHEMES.DS."ver");

include_once(
CLASSESDIR . DS . "index.php");