Subversion Repositories cheapmusic

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 45... Line 45...
45
                throw new \Exception("MySessionHandler:: - db_host not set in configuration");
45
                throw new \Exception("MySessionHandler:: - db_host not set in configuration");
46
            }
46
            }
47
        }
47
        }
48
 
48
 
49
        return self::$instance;
49
        return self::$instance;
-
 
50
    }
-
 
51
 
-
 
52
    public static function getDBSessionId(){
-
 
53
        return self::$_sess_db;
50
    }
54
    }
51
 
55
 
52
    public static function getSessionTab(){
56
    public static function getSessionTab(){
53
        return self::$sessionTab;
57
        return self::$sessionTab;
54
    }
58
    }