PHP Classes

File: irenderhtml.cls.php

Recommend this page to a friend!
  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: 18 years ago
Size: 74 bytes
 

Contents

Class file image Download
<?php

interface IRenderHTML
{
    public function
outputHTML();
}

?>