diff options
author | friendica <info@friendica.com> | 2013-04-17 18:55:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-17 18:55:26 -0700 |
commit | 4d5eade991c6c86dc0fd8168331e0f06e43a5dff (patch) | |
tree | 0b5100cdf69a57090c4cbe3c66b7e32b8ed6cf87 /include/dba_driver.php | |
parent | 3e1b005de0ba5e596296aed9900c44a8c3116565 (diff) | |
download | volse-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.php | 10 |
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 |