Пример #1
0
 public static function getDB()
 {
     if (self::$db == null) {
         self::$db = new db_manager();
     }
     return self::$db;
 }