| // +----------------------------------------------------------------------+ // // $Id: Common.php 242348 2007-09-09 13:47:36Z quipo $ // /** * 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 { } ?>