Login   Register  
PHP Classes
elePHPant
Icontem

File: classes/level1/level1.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/level1.class.php  >  Download  
File: classes/level1/level1.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:02
Size: 110 bytes
 

Contents

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