Ejemplo n.º 1
0
 public static function Init()
 {
     self::$db = new Database();
     self::$query = new DatabaseQueries();
 }