[+] Classes: add DbQuery class in order to build queries (usefull when working with chunks of queries)

This commit is contained in:
rMalie
2011-09-20 16:14:19 +00:00
parent 299f9ab066
commit ae8fe141a5
13 changed files with 260 additions and 217 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class MySQL extends MySQLCore
{
}