Login   Register  
PHP Classes
elePHPant
Icontem

File: classes/sample1.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/sample1.class.php  >  Download  
File: classes/sample1.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:00
Size: 113 bytes
 

Contents

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