blob: d0f14b3bd20485fd4bac70d287cd725f52ad77a6 [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001#######
2Credits
3#######
4
Master Yodabd2a7e42015-03-25 02:36:31 -07005CodeIgniter was originally developed by `Rick Ellis <https://ellislab.com/>`_
6(CEO of `EllisLab, Inc. <https://ellislab.com/>`_). The framework was written for
Andrey Andreev355f9ac2014-10-29 01:33:02 +02007performance in the real world, with many of the class libraries, helpers, and
8sub-systems borrowed from the code-base of `ExpressionEngine
Master Yodabd2a7e42015-03-25 02:36:31 -07009<https://ellislab.com/expressionengine>`_.
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
Master Yodabd2a7e42015-03-25 02:36:31 -070015<http://www.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.