1. Code
  2. PHP
  3. CodeIgniter

CodeIgniter from Scratch: Shopping Cart

Scroll to top
52 min read
This post is part of a series called CodeIgniter From Scratch.
CodeIgniter from Scratch: File Operations

Today, we are going to take a look at the Shopping Cart library for CodeIgniter. This useful class allows us to add and remove items to a shopping cart, update them, and calculate prices. I will demonstrate how you can build a simple shopping cart system with the help of this library..


Catch Up


Day 12: Shopping Cart

Final Project