Example #1
0
 public static function getInstance()
 {
     if (self::$i == null) {
         self::$i = new Session();
     }
     return self::$i;
 }