Login
Register
File: runExample.php
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help FAQ
Recommend
this page to a friend!
Stumble It!
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
Thomas Shone
Last change:
Date:
2007-03-11 00:48
Size:
88 bytes
Contents
Download
<?php
require_once(
"factory.class.php"
);
$obj
= new
Example
();
$obj
->
foo
();
?>
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at phpclasses dot org
.
Copyright (c)
Icontem
1999-2013