PHP Classes

File: MyClass.class.php

Recommend this page to a friend!
  Classes of Stephan Beal   PHPClassLoader   MyClass.class.php   Download  
File: MyClass.class.php
Role: ???
Content type: text/plain
Description: test class for classload() and ext_include()
Class: PHPClassLoader
Author: By
Last change:
Date: 23 years ago
Size: 162 bytes
 

Contents

Class file image Download
<? class MyClass { function MyClass() { echo "MyClass instantiated!<br>"; } function foo() { echo "called MyClass->foo()<br>"; } } ?>