Software:CodeIgniter

From HandWiki
Short description: Free and open-source software development web framework
CodeIgniter
CodeIgniter logo
Original author(s)EllisLab
Developer(s)British Columbia Institute of Technology (2014-2019), CodeIgniter Foundation [1] (2019-now)
Initial releaseFebruary 28, 2006 (2006-02-28)
Stable release
Repository
Written inPHP
Operating systemCross-platform
PlatformPHP 5.6.0+ (v3.1.11)[2] and PHP 7.4 or newer (v4.XX)[3]
TypeWeb framework
LicenseMIT License
Website{{{1}}}

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

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.[5] CodeIgniter can be also modified to use Hierarchical Model View Controller (HMVC[6]) which allows the 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.[7][8][9] 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."[10]

Source code and license

CodeIgniter's source code is maintained at GitHub,[11] 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.[12]

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

History

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

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.[16] On October 6, 2014, EllisLab announced that CodeIgniter would continue development under the stewardship of the British Columbia Institute of Technology.[17] As of October 23, 2019, with the CodeIgniter Foundation taking the reins, CodeIgniter is no longer under the care of the British Columbia Institute of Technology.[18]

CodeIgniter 4 was released On February 24, 2020,[19] the birthday of Jim Parry, the project lead of CodeIgniter 4, and who died on January 15, 2020.[20] Since then, the project continues with another lead.

See also

References

  1. "The CodeIgniter Foundation is finally here.". 2019-10-23. https://forum.codeigniter.com/thread-74677.html. 
  2. "Server Requirements — CodeIgniter 3.1.11 documentation". https://www.codeigniter.com/user_guide/general/requirements.html. 
  3. "Server Requirements — CodeIgniter 4.x documentation". https://codeigniter4.github.io/userguide/intro/requirements.html. 
  4. "CodeIgniter – The lightweight of the PHP frameworks" (in en). https://www.ionos.com/digitalguide/websites/web-development/codeigniter-the-lean-php-framework/. 
  5. "CodeIgniter User Guide: Models". CodeIgniter.com. http://www.codeigniter.com/user_guide/general/models.html. 
  6. "wiredesignz / codeigniter-modular-extensions-hmvc — Bitbucket". https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc. 
  7. "7 Best PHP Frameworks". TISindia.com. 2014-02-12. http://www.tisindia.com/blog/7-best-php-frameworks-2014/. 
  8. "PHP Frameworks Benchmarks". Sellersrank.com. http://www.sellersrank.com/web-frameworks-benchmarking-results/. 
  9. "Benchmark update: Cake vs. CodeIgniter vs. Kohana". Pr0digy.com. 2008-09-03. http://pr0digy.com/codeigniter/benchmark-update-static-cake-codeigniter-kohana/. 
  10. "Rasmus Lerdorf: PHP Frameworks? Think Again". Sitepoint.com. 2008-08-29. http://www.sitepoint.com/rasmus-lerdorf-php-frameworks-think-again/. 
  11. "bcit-ci/CodeIgniter · GitHub". https://github.com/bcit-ci/CodeIgniter. 
  12. "CodeIgniter License Agreement". CodeIgniter.com. http://www.codeigniter.com/userguide2/license.html. 
  13. "CodeIgniter changes license to OSL 3.0?". CodeIgniter.com Forum. 2011-10-21. https://ellislab.com/forums/viewthread/202562/. 
  14. "Software License Awareness Week". EllisLab.com. 2011-10-31. http://ellislab.com/blog/entry/software-license-awareness-week. 
  15. "CodeIgniter User Guide: Change Log". CodeIgniter.com. http://www.codeigniter.com/user_guide/changelog.html. 
  16. "EllisLab Seeking New Owner for CodeIgniter - Blog". https://expressionengine.com/blog/ellislab-seeking-new-owner-for-codeigniter. 
  17. "Your Favorite PHP Framework, CodeIgniter, Has a New Home". EllisLab. https://ellislab.com/blog/entry/your-favorite-php-framework-codeigniter-has-a-new-home. 
  18. "The CodeIgniter Foundation is finally here.". 2019-10-23. https://forum.codeigniter.com/thread-74677.html. 
  19. "CodeIgniter 4.0 is here!". https://forum.codeigniter.com/thread-75581.html. 
  20. "Important News about Jim Parry and the Project". https://forum.codeigniter.com/thread-75235.html. 

External links

es:EllisLab#Code Igniter