PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ahmed Rehan   PHP Shopping Cart Library   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Shopping Cart Library
Manage a shopping cart stored in session variables
Author: By
Last change:
Date: 8 years ago
Size: 678 bytes
 

Contents

Class file image Download

ShoppingCartLibraryv1.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 */