[+] Add native MySQLi support

This commit is contained in:
rMalie
2011-09-05 13:55:11 +00:00
parent 65c5a8f35c
commit d84373e4d3
4 changed files with 183 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class DbMySQLi extends DbMySQLiCore
{
}