| // +----------------------------------------------------------------------+ // // $Id$ // /** * Base class for the natuve modules that is extended by each MDB2 driver * * To load this module in the MDB2 object: * $mdb->loadModule('Native'); * * @package MDB2 * @category Database * @author Lukas Smith */ class MDB2_Driver_Native_Common extends MDB2_Module_Common { } ?>