Пример #1
0
	function error($schema = "DEFAULT") {
		$link = MysqlDriver::connect($schema);
		return mysql_error($link);
	}