Login   Register  
PHP Classes
elePHPant
Icontem

File: idataobject.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  >  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: 2006-04-30 10:05
Size: 152 bytes
 

Contents

Class file image Download
<?php

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

?>