Login   Register  
PHP Classes
elePHPant
Icontem

File: irenderhtml.cls.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Duy A. Nguyen  >  Small MySQL Connection  >  irenderhtml.cls.php  >  Download  
File: irenderhtml.cls.php
Role: Application script
Content type: text/plain
Description: sample interface
Class: Small MySQL Connection
MySQL database access wrapper
Author: By
Last change:
Date: 2006-04-30 10:06
Size: 74 bytes
 

Contents

Class file image Download
<?php

interface IRenderHTML
{
    public function 
outputHTML();
}

?>