[+] Add native MySQLi support

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8341 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-05 13:55:11 +00:00
parent 9032e37b38
commit 371f9a5397
4 changed files with 183 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class DbMySQLi extends DbMySQLiCore
{
}