[+] 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
+2
View File
@@ -76,6 +76,8 @@
'DateRange' => 'override/classes/DateRange.php',
'DbCore' => 'classes/Db.php',
'Db' => 'override/classes/Db.php',
'DbMySQLiCore' => 'classes/DbMySQLi.php',
'DbMySQLi' => 'override/classes/DbMySQLi.php',
'DeliveryCore' => 'classes/Delivery.php',
'Delivery' => 'override/classes/Delivery.php',
'DiscountCore' => 'classes/Discount.php',