Remove the database abstraction layer and write a new PDO backend.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 19 May 2013 18:41:02 +0000 (14:41 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 28 May 2013 13:59:22 +0000 (09:59 -0400)
commit101c9dc4f6c1189fdb38c464d50773f56b5e7bb9
treec5013d8e99f1843ee657bc072e56a3323e37b676
parenta4972ead55871021a64c1eda5465c59b0e2fcfd9
Remove the database abstraction layer and write a new PDO backend.

PDO is the future and what Hoplite requires. This hacks in a new
DB_Abstract-like backend that uses PDO instead of the mysql_* family of
functions.
framework/db_mysql.php [deleted file]
framework/db_mysql_pdo.php [moved from framework/db.php with 64% similarity]
framework/db_mysqli.php [deleted file]
framework/db_postgresql.php [deleted file]
includes/init.php