shopcart
Package:
Summary:
Manage a shopping cart stored in a MySQL database
Groups:
Author:
Description:
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
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
Comments are closed.