Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Stephan Beal | > | PHPClassLoader | > | MyClass.class.php | > | Download | ||
|
Download |
<? class MyClass { function MyClass() { echo "MyClass instantiated!<br>"; } function foo() { echo "called MyClass->foo()<br>"; } } ?> |