PHP Classes

File: idataobject.cls.php

Recommend this page to a friend!
  Classes of Duy A. Nguyen   Small MySQL Connection   idataobject.cls.php   Download  
File: idataobject.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: 152 bytes
 

Contents

Class file image Download
<?php

interface IDataObject
{
    public function
add();
    public function
update();
    public function
delete();
    public function
load();
   
}

?>