예제 #1
0
파일: FakeJoomla.php 프로젝트: uinerd/Code
 /**
  * Return a connection to the database
  */
 public static function getDbo()
 {
     if (!self::$db) {
         self::$db = new Database();
     }
     return self::$db;
 }