示例#1
0
文件: Mysql.php 项目: hungnv0789/vhtm
	/**
	* Class constructor
	*
	* @return Interspire_KeyStore_Mysql
	*/
	public function __construct()
	{
		self::$_instance = $this;
		$this->db = $GLOBALS['ISC_CLASS_DB'];
	}