Beispiel #1
0
	/**
	* Class constructor
	*
	* @return Interspire_KeyStore_Mysql
	*/
	public function __construct()
	{
		self::$_instance = $this;
		$this->db = $GLOBALS['ISC_CLASS_DB'];
	}