Add a Horde_Db_Adapter for the traditional PHP mysql extension.
authorChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jul 2010 19:59:04 +0000 (15:59 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jul 2010 19:59:04 +0000 (15:59 -0400)
commit4f49158270abf6868eba0ba52c52fda9e3f04aaa
tree5aa1df13d69caeb3b1445bf5c154678f18610632
parentf866a2f5cb272ffe5cd0857b84774107d0df85f9
Add a Horde_Db_Adapter for the traditional PHP mysql extension.
framework/Db/lib/Horde/Db/Adapter/Mysql.php [new file with mode: 0644]
framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php [new file with mode: 0644]
framework/Db/lib/Horde/Db/Adapter/Mysqli.php
framework/Db/package.xml
framework/Db/test/Horde/Db/Adapter/MysqlSuite.php [new file with mode: 0644]
framework/Db/test/Horde/Db/Adapter/MysqlTest.php [new file with mode: 0644]