Пример #1
0
 static function init()
 {
     if (!isset(self::$obj)) {
         self::$obj = new self();
     }
     return self::$obj;
 }