Login   Register  
PHP Classes
elePHPant
Icontem

File: runExample.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Thomas Shone  >  Autoload  >  runExample.php  >  Download  
File: runExample.php
Role: Example script
Content type: text/plain
Description: example script
Class: Autoload
Autoload classes from given directories
Author: By
Last change:
Date: 2007-03-11 00:48
Size: 88 bytes
 

Contents

Class file image Download
<?php

require_once("factory.class.php");

$obj = new Example();
$obj->foo();

?>