Documentation is available at DBE.interface.php
- <?php
- require_once(HARMONI.'DBHandler/DBHandler.class.php');
- /**
- * This is the common interface of all DBE (database engine) classes. A DBE
- * provides interface between an object's attribute values and their corresponding
- * physical location in a database. For example, suppose we have an Employee class
- * defined with its first name, last name, email, phone, etc. attributes. An
- * EmployeeDBE class would include the necessary methods to read/write those
- * attributes from/to a database.
- *
- * @package harmoni.utilities
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: DBE.interface.php,v 1.4 2005/02/07 21:38:28 adamfranco Exp $
- */
- class DBE {
- // there is not really any common funcionallity to DBE classes, and for this
- // reason the body of this interface is left empty.
- }
- ?>
Documentation generated on Wed, 19 Sep 2007 10:22:37 -0400 by phpDocumentor 1.3.0RC3