/**
  *
  * @return Jflt_Adapter_Joomla 
  */
 public static function get()
 {
     if (!isset(self::$instance))
     {
         $c = __CLASS__;
         self::$instance = new $c;
     }
     return self::$instance;
 }