PHP Classes

File: irenderhtml.cls.php

Recommend this page to a friend!
  Classes of Duy A. Nguyen   Small MySQL Connection   ???   Download  
File: ???
Role: Application script
Content type: text/plain
Description: sample interface
Class: Small MySQL Connection
MySQL database access wrapper
Author: By
Last change:
Date: 19 years ago
Size: 74 bytes
 

Contents

Class file image Download
<?php

interface IRenderHTML
{
    public function
outputHTML();
}

?>