Book Image

CodeIgniter Web Application Blueprints

Book Image

CodeIgniter Web Application Blueprints

Overview of this book

Table of Contents (16 chapters)
CodeIgniter Web Application Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Creating an E-Commerce Site

This is a small, concise e-commerce application. There's no admin CMS to manage products (it would have been too much to write about in this chapter), but there is an easy-to-use (and importantly for you easy to adapt) process to display products and let customers order them.

In this chapter, we will cover:

  • Design and wireframes

  • Creating the database

  • Creating models

  • Creating views

  • Creating controllers

  • Putting it all together