This class can be used to manage a shopping cart stored in a MySQL database. It can perform several types of operations to manage the product items in a shopping cart by manipulating the respective records stored in a MySQL database table. Currently it can: - Add an item - Get the items - Update the quantity of an item - Delete an item - Empty the cart - Get the product price and name of an item