Login   Register  
PHP Classes
elePHPant
Icontem

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

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-09-12 07:03
Size: 111 bytes
 

Contents

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