PHP Classes

File: classes/level1/level2/level2.class.php

Recommend this page to a friend!
  Classes of Gombos Lorand   PHPIncluder   classes/level1/level2/level2.class.php   Download  
File: classes/level1/level2/level2.class.php
Role: Example script
Content type: text/plain
Description: example
Class: PHPIncluder
Include PHP scripts automatically
Author: By
Last change:
Date: 15 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?
class Level2
{
    function
__construct()
    {
        echo
"I am an instance of Class Level2.<br/>";
    }
}
?>