CodeIgniter is an open-source php web development framework created by EllisLab Inc. The framework implements a modified version of the Model-View-Controller design pattern. It is praised for its performance and the quality of its documentation. It's licensed under Open Software License ("OSL") v. 3.0.
These are generally regarded as pros of the framework:
- Small footprint
- Performance
- Easy to learn
- Great documentation
These are generally regarded as cons of the framework:
- No built in ORM
- Validation in the controller, instead of model
- CodeIgniter 2.x doesn't support PHP4
- No in-built AJAX support is considered as a big disadvantage compared to modern PHP frameworks available today.
The current version (2.1.3) was released on October 8, 2012.
Online resources
- Official documentation
- Sparks package manager
- FormGenLib
- Official Wiki
-
Frequently asked questions
How should I choose an authentication library for CodeIgniter?
- How do I write a .htaccess file to make CodeIgniters URL routing work?
- Codeigniter: Get Instance
- How to get Controller, Action, URL informations with CodeIgniter
- CodeIgniter: Create new helper?
- Enabling $_GET in codeigniter
- CodeIgniter - accessing $config variable in view