CodeIgniter

CodeIgniter
CodeIgniter logo
Original author(s) EllisLab
Developer(s) British Columbia Institute of Technology
Initial release February 28, 2006 (2006-02-28)
Stable release
3.1.0[1] / July 26, 2016 (2016-07-26)
Repository github.com/bcit-ci/CodeIgniter4
Development status Active
Written in PHP
Operating system Cross-platform
Type Web framework
License MIT License
Website www.codeigniter.com

CodeIgniter is an open-source software rapid development web framework, for use in building dynamic web sites with PHP.

Popularity

CodeIgniter is loosely based on the popular model–view–controller (MVC) development pattern. While controller classes are a necessary part of development under CodeIgniter, models and views are optional.[2] Codeigniter can be also modified to use Hierarchical Model View Controller (HMVC[3]) which allows developers to maintain modular grouping of Controller, Models and View arranged in a sub-directory format.

CodeIgniter is most often noted for its speed when compared to other PHP frameworks.[4][5][6] In a critical take on PHP frameworks in general, PHP creator Rasmus Lerdorf spoke at frOSCon in August 2008, noting that he liked CodeIgniter "because it is faster, lighter and the least like a framework."[7]

Source code and license

CodeIgniter's source code is maintained at GitHub,[8] and as of the preview version 3.0rc, is certified open source software licensed with the MIT License. Versions of CodeIgniter prior to 3.0.0 are licensed under a proprietary Apache/BSD-style open source license.[9]

A 2011 decision to switch licensing to the Open Software License (OSL) sparked some community controversy,[10] especially about the GPL incompatibility of the new license, to which EllisLab has responded with a series of articles entitled Software License Awareness Week.[11]

History

The first public version of CodeIgniter was released by EllisLab on February 28, 2006.[12]

On July 9, 2013, EllisLab announced that it was seeking a new owner for CodeIgniter, citing a lack of resources to give the framework the attention they felt it deserved.[13] On October 6, 2014, EllisLab announced that CodeIgniter would continue development under the stewardship of the British Columbia Institute of Technology.[14]

See also

References

  1. "CodeIgniter 3.1.0 Released". codeigniter.com. Retrieved 26 July 2016.
  2. "CodeIgniter User Guide: Models". CodeIgniter.com. Retrieved 2015-02-03.
  3. "wiredesignz / codeigniter-modular-extensions-hmvc — Bitbucket". bitbucket.org. Retrieved 2016-05-05.
  4. "7 Best PHP Frameworks". TISindia.com. 2014-02-12.
  5. "PHP Frameworks Benchmarks". Sellersrank.com. Retrieved 2014-08-05.
  6. "Benchmark update: Cake vs. CodeIgniter vs. Kohana". Pr0digy.com. 2008-09-03. Retrieved 2014-08-05.
  7. "Rasmus Lerdorf: PHP Frameworks? Think Again". Sitepoint.com. 2008-08-29. Retrieved 2014-08-05.
  8. "bcit-ci/CodeIgniter · GitHub". Retrieved 2015-02-03.
  9. "CodeIgniter License Agreement". CodeIgniter.com. Retrieved 2016-02-28.
  10. "CodeIgniter changes license to OSL 3.0?". CodeIgniter.com Forum. 2011-10-21. Retrieved 2014-08-05.
  11. "Software License Awareness Week". EllisLab.com. 2011-10-31. Retrieved 2012-12-28.
  12. "CodeIgniter User Guide: Change Log". CodeIgniter.com. Retrieved 2016-03-21.
  13. EllisLab Seeking New Owner for CodeIgniter
  14. "Your Favorite PHP Framework, CodeIgniter, Has a New Home". EllisLab Blog. EllisLab. Retrieved 16 October 2014.

External links

This article is issued from Wikipedia - version of the 11/10/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.