CodeIgniter
From Encoresoup - The Ultimate Guide to Free/Open Source Software
|
| CodeIgniter | |
|---|---|
| |
| Developer: | EllisLab, Inc. |
| Stable release |
1.6.3 (26 June 2008) |
| Written in: | [[Written in::PHP]] |
| Genre: | Web application framework |
| License: | Apache/BSD-style open source license |
| Website: | [[Website::www.codeigniter.com]] |
CodeIgniter is an open source web application framework for use in building dynamic web sites with PHP. It enables developers to build applications faster - compared to coding from scratch - by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and a logical structure to access these libraries. The first public version of CodeIgniter was released on February 28, 2006.[1] The latest stable version 1.6.3 was released June 26, 2008.
CodeIgniter is most often noted for its speed when compared to other PHP frameworks.[2][3][4] In a critical take on PHP frameworks in general, PHP creator Rasmus Lerdorf spoke at frOSCon in August of 2008, noting that he liked CodeIgniter "because it is faster, lighter and the least like a framework".[5]
Contents |
[edit] Properties
CodeIgniter encourages use of the model-view-controller architectural pattern.
It shares a number of characteristic concepts and features with other MVC frameworks like Ruby on Rails:
- Support for multiple database platforms
- database access with active records
- Session Management
- Form and Data Validation
- Full Page Caching
- Scaffolding
- Template Engine Class
- Support for Hooks, Class Extensions, and Plugins
Among other MVC frameworks, CodeIgniter positions itself by these properties:
- PHP 4 Compatible. Use with PHP 5 provides benefits such as method chaining ability.
- Light weight codebase
- Simple installation and directory structure
- Error Logging
- Flexible URI Routing
It adds a number of features or classes that other frameworks do not yet offer per default:
- Security and XSS Filtering
- 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
- Application Profiling
- Calendaring Class
- User Agent Class
- Zip Encoding Class
- Trackback Class
- XML-RPC Library
- Unit Testing Class
- Search-engine Friendly URLs
- Large library of "helper" functions
[edit] See also
- Comparison of web application frameworks
- KohanaPHP, a fork of the CodeIgniter framework.
[edit] References
[edit] External links
- CodeIgniter homepage
- CodeIgniter user guide
- CodeIgniter forums
- CodeIgniter wiki
- CodeIgniter developer Derek Allard's blog
- CodeIgniter Resources Directory
- CodeIgniter for Rapid PHP Application Development (Book)


![USB Memory Watch [ThinkGeek] USB Memory Watch [ThinkGeek]](http://www.ftjcfx.com/image-3067719-10356334?imgurl=http%3A//www.thinkgeek.com/images/products/front/usb_memory_watch.jpg)
![Linksys WRT600N Linksys Ultra RangePlus Dual-Band Wireless-N Gigabit Router with Storage Link [Amazon] Linksys WRT600N Linksys Ultra RangePlus Dual-Band Wireless-N Gigabit Router with Storage Link [Amazon]](http://openx.eclecticdave.com/images/41Q%2Bu9V4jWL._SL160_.jpg)
![Micro Spy Remote [ThinkGeek] Micro Spy Remote [ThinkGeek]](http://www.ftjcfx.com/image-3067719-10356334?imgurl=http%3A//www.thinkgeek.com/images/products/front/ninja_remote_new.jpg)

