public static function &connect($host, $username, $password, $database, $prefix)
 {
     ##
     self::$db = new schemadb_ezSQL_mysql($username, $password, $database, $host);
     self::$db->prefix = $prefix;
     ##
     return self::$db;
 }