aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba_driver.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/dba_driver.php')
-rw-r--r--include/dba_driver.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/dba_driver.php b/include/dba_driver.php
deleted file mode 100644
index a1d4dfab3..000000000
--- a/include/dba_driver.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php /** @file */
-
-abstract class dba_driver {
-
- abstract protected function connect($server,$user,$pass,$db);
- abstract protected function q($sql);
- abstract protected function escape($str);
- abstract protected function close();
-
-} \ No newline at end of file