Exemplo n.º 1
0
 private static function _getDb()
 {
     if (is_null(self::$db)) {
         self::$db = new DbObj();
     }
     return self::$db;
 }