public static function init($format)
 {
     self::$format = $format;
     if (!self::$loaded) {
         spl_autoload_register('active_sql_format_autoloader::loadActive');
         self::$loaded = TRUE;
     }
 }