What is CodeIgniter ?
CodeIgniter is an open source rapid development web application framework, for use in building dynamic web sites with PHP.
Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries.
CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
CodeIgniter is loosely based on the popular Model-View-Controller development pattern. While controller classes are a necessary part of development under CodeIgniter, models and views are optional.
Features for CodeIgniter
-Model-View-Controller Based System
-Extremely Light Weight
-Full Featured database classes with support for several platforms.
-Active Record Database Support
-Form and Data Validation
-Security and XSS Filtering
-Session Management
-Email Sending Class. Supports Attachments, HTML/Text email, multiple protocols (sendmail, SMTP, and Mail) and more.
-Image Manipulation Library (cropping, resizing, rotating, etc.). Supports GD, ImageMagick, and NetPBM
-File Uploading Class
-FTP Class
-Localization
-Pagination
-Data Encryption
-Benchmarking
-Full Page Caching
-Error Logging
-Application Profiling
-Calendaring Class
-User Agent Class
-Zip Encoding Class
-Template Engine Class
-Trackback Class
-XML-RPC Library
-Unit Testing Class
-Search-engine Friendly URLs
-Flexible URI Routing
-Support for Hooks and Class Extensions
-Large library of "helper" functions
Video for CodeIgniter