Login   Register  
PHP Classes
elePHPant
Icontem

File: samples/config.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-05-11 04:18
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");