Пример #1
0
 public static function getInstance()
 {
     if (empty(self::$_this)) {
         self::$_this = new Emember_Auth();
         self::$_this->init();
     }
     return self::$_this;
 }