Пример #1
0
 public static function connect()
 {
     if (!self::$conn) {
         self::$conn = PDOWrap::connect();
     }
 }