robynitp / demo-ecommerce-app

E-commerce app used in a classroom setting to demonstrate OOP PHP concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo e-commerce app

Objects that correspond to a database table use an Active Record pattern.

In the current iteration, the cart table is not used. The cart is not stored in the db, only in the session.

About

E-commerce app used in a classroom setting to demonstrate OOP PHP concepts


Languages

Language:PHP 97.2%Language:CSS 2.8%