DownloadShoppingCartLibraryv1.0
Shopping Cart Library : Version 1.0 | Copyright (c) 2015 - 2016, University Institute of Information Technology | ( UIIT-UAAR )
/*
* Shopping Cart Library : Version 1.0
* License: GPL
* Copyright (c) 2015 - 2016, University Institute of Information Technology | ( UIIT-UAAR )
*/
/
* Description of Cart:
* A PHP Class for Creating a Shopping Cart And Handling its following Operations:
* 1. Adding Items to Cart.
* 2. Deleting Items from Cart.
* 3. Updating Items in Cart.
* 4. Save Cart in Session.
* 5. Displaying All items in Cart in Reverse Order.
* 6. Destroy the Cart (usually after Placing Order).
*
* @author Ahmed Rehan
*/
|