blob: d22e3a9bc4828a15fd9791f6b5821834a5d10a72 [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001#######
2Credits
3#######
4
Andrey Andreev355f9ac2014-10-29 01:33:02 +02005CodeIgniter was originally developed by `Rick Ellis <http://www.ellislab.com/>`_
6(CEO of `EllisLab, Inc. <http://ellislab.com/>`_). The framework was written for
7performance in the real world, with many of the class libraries, helpers, and
8sub-systems borrowed from the code-base of `ExpressionEngine
9<http://www.expressionengine.com/>`_.
Derek Jones8ede1a22011-10-05 13:34:52 -050010
Andrey Andreev355f9ac2014-10-29 01:33:02 +020011It was, for years, developed and maintained by EllisLab, the ExpressionEngine
12Development Team and a group of community members called the Reactor Team.
13
14In 2014, CodeIgniter was acquired by the `British Columbia Institute of Technology
Razican756e70b2015-01-27 10:35:17 +010015<http://bcit.ca/>`_ and was then officially announced as a community-maintained
Andrey Andreev355f9ac2014-10-29 01:33:02 +020016project.
17
Derek Jones8ede1a22011-10-05 13:34:52 -050018Bleeding edge development is spearheaded by the handpicked contributors
19of the Reactor Team.
20
Andrey Andreev355f9ac2014-10-29 01:33:02 +020021A hat tip goes to Ruby on Rails for inspiring us to create a PHP framework, and
22for bringing frameworks into the general consciousness of the web community.