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 8. Creating a To-do List

This is a good little project; it's something nearly everyone might need in their day-to-day work: a to-do list. This project will give you a small application to create tasks and set them as complete. There's also a good level of scope for you to expand on the project and really make it your own.

In this chapter, we will cover the following topics:

  • Design and wireframes

  • Creating the database

  • Creating the model

  • Creating views

  • Creating the controller

  • Putting it all together