Example #1
0
 function initDBSchema()
 {
     require_once "db_schema.php";
     self::$dbSchema = new DBSchema(null);
 }