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 5. Creating a Newsletter Signup

A newsletter signup is quite a handy application; you can adapt it quite easily to fit most applications without much fuss. It enables you to have a database of subscribers and manage them, editing their settings and removing them from the database should they choose to unsubscribe.

In this chapter, we will cover:

  • Design and wireframes

  • Creating a database

  • Creating models

  • Creating views

  • Creating controllers

  • Putting it all together