Example #1
0
 public static function &instance()
 {
     if (empty(self::$object)) {
         self::$object = new self();
     }
     return self::$object;
 }