Login   Register  
PHP Classes
elePHPant
Icontem

File: test.XMethod.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Niels Scheffers  >  XMethod  >  test.XMethod.php  >  Download  
File: test.XMethod.php
Role: Unit test script
Content type: text/plain
Description: Testing script to call the class
Class: XMethod
Converts GET -> POST and vice versa.
Author: By
Last change:
Date: 2002-08-07 09:54
Size: 86 bytes
 

Contents

Class file image Download
<?php
    
include("class.XMethod.php");
    
    
$my = new XMethod;
    
$my->autoDetect();
?>