Beispiel #1
0
 public static function getDBO()
 {
     if (!isset(self::$_dbo)) {
         self::$_dbo = JFactory::getDBO();
     }
 }