X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..9a23a8c0a51b7ec38a96f525484134f3cb85dc7e:/WEB-INF/lib/pear/MDB2/Driver/Native/Common.php diff --git a/WEB-INF/lib/pear/MDB2/Driver/Native/Common.php b/WEB-INF/lib/pear/MDB2/Driver/Native/Common.php new file mode 100644 index 00000000..20e652e3 --- /dev/null +++ b/WEB-INF/lib/pear/MDB2/Driver/Native/Common.php @@ -0,0 +1,61 @@ + | +// +----------------------------------------------------------------------+ +// +// $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 +{ +} +?> \ No newline at end of file