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

Introduction


So what are we going to do for this project anyway? We'll create an application that allows users to create job adverts that will be displayed on a "board". Users can search for specific terms and some results will be returned.

Other users can create adverts that will be displayed in these boards.

To create this app, we will create one controller; this will handle the display of jobs, creation of new jobs, and applying for jobs.

We'll create a language file to store text, allowing you to have multiple language support should that be required.

We'll create all the necessary view files and a model to interface with the database.

However, this app along with all the others in this book relies on the basic setup we did in Chapter 1, Introduction and Shared Project Resources; although you can take large sections of the code and drop it into pretty much any app you might already have, please keep in mind that the setup done in the first chapter acts as a foundation for this chapter.

So...