major redesign to enable multiple instances via "new MeekroDB()" while preserving full backwards
compatability static methods DB::whatever() will still be the recommended method of use, but the new object oriented approach is now available to those who want it
This commit is contained in:
@@ -27,12 +27,14 @@ DB::$dbName = $set_db;
|
||||
DB::$host = $set_host;
|
||||
|
||||
require_once 'BasicTest.php';
|
||||
require_once 'ObjectTest.php';
|
||||
require_once 'WhereClauseTest.php';
|
||||
require_once 'ErrorTest.php';
|
||||
|
||||
$classes_to_test = array(
|
||||
'BasicTest',
|
||||
'WhereClauseTest',
|
||||
'ObjectTest',
|
||||
'ErrorTest',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user