PHP Classes

File: samples/config.inc.php

Recommend this page to a friend!
  Classes of Tom Schaefer   QValidation   samples/config.inc.php   Download  
File: samples/config.inc.php
Role: Configuration script
Content type: text/plain
Description: configuration
Class: QValidation
Validate several types of value
Author: By
Last change:
Date: 14 years ago
Size: 169 bytes
 

Contents

Class file image Download
<?php

define
("DS", DIRECTORY_SEPARATOR);
define("PLUGINDIR", dirname(dirname(__FILE__)));

include_once(
PLUGINDIR.DS."Validation".DS."DataType".DS."index.php");