CodeIgniter 1.7 Professional Development
Getting Started with CodeIgniter
Upgrading from older versions of CodeIgniter
Downloading and installing CodeIgniter
Introducing Model View Controller (MVC)
Controllers: The business logic
Models: Data abstraction layer
Formatting your code—PHP Style Guide
Form Validation and Database Interaction
Why should I validate my forms?
Using the Form Validation Library
Saving sets of validation rules to a config file
Manipulating databases with Database Forge
Creating and connecting to the database
Changing the default file structure
Building a Large-Scale Application
Run multiple application instances
Developing and Releasing Code to the Community