aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba_driver.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-17 18:55:26 -0700
committerfriendica <info@friendica.com>2013-04-17 18:55:26 -0700
commit4d5eade991c6c86dc0fd8168331e0f06e43a5dff (patch)
tree0b5100cdf69a57090c4cbe3c66b7e32b8ed6cf87 /include/dba_driver.php
parent3e1b005de0ba5e596296aed9900c44a8c3116565 (diff)
downloadvolse-hubzilla-4d5eade991c6c86dc0fd8168331e0f06e43a5dff.tar.gz
volse-hubzilla-4d5eade991c6c86dc0fd8168331e0f06e43a5dff.tar.bz2
volse-hubzilla-4d5eade991c6c86dc0fd8168331e0f06e43a5dff.zip
That was a bit premature. I'll hold these for now until they're more production ready.
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