Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 1 | ################### |
| 2 | What is CodeIgniter |
| 3 | ################### |
| 4 | |
| 5 | CodeIgniter is an Application Development Framework - a toolkit - for people |
| 6 | who build web sites using PHP. Its goal is to enable you to develop projects |
| 7 | much faster than you could if you were writing code from scratch, by providing |
| 8 | a rich set of libraries for commonly needed tasks, as well as a simple |
| 9 | interface and logical structure to access these libraries. CodeIgniter lets |
| 10 | you creatively focus on your project by minimizing the amount of code needed |
| 11 | for a given task. |
| 12 | |
| 13 | ******************* |
| 14 | Release Information |
| 15 | ******************* |
| 16 | |
James Swift | 3b96a17 | 2013-08-23 23:13:07 +0100 | [diff] [blame] | 17 | This repo contains in-development code for future releases. To download the |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 18 | latest stable release please visit the `CodeIgniter Downloads |
Bo-Yi Wu | 9f8a5f0 | 2014-10-25 13:34:10 +0800 | [diff] [blame] | 19 | <http://www.codeigniter.com/download>`_ page. |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 20 | |
| 21 | ************************** |
| 22 | Changelog and New Features |
| 23 | ************************** |
| 24 | |
| 25 | You can find a list of all changes for each release in the `user |
Bo-Yi Wu | 9f8a5f0 | 2014-10-25 13:34:10 +0800 | [diff] [blame] | 26 | guide change log <https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst>`_. |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 27 | |
| 28 | ******************* |
| 29 | Server Requirements |
| 30 | ******************* |
| 31 | |
Phil Sturgeon | 07c1ac8 | 2012-03-09 17:03:37 +0000 | [diff] [blame] | 32 | - PHP version 5.2.4 or newer. |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 33 | |
| 34 | ************ |
| 35 | Installation |
| 36 | ************ |
| 37 | |
Bo-Yi Wu | 9f8a5f0 | 2014-10-25 13:34:10 +0800 | [diff] [blame] | 38 | Please see the `installation section <http://www.codeigniter.com/user_guide/installation/index.html>`_ |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 39 | of the CodeIgniter User Guide. |
| 40 | |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 41 | ******* |
| 42 | License |
| 43 | ******* |
| 44 | |
| 45 | Please see the `license |
Andrey Andreev | dc63a02 | 2014-10-28 00:27:40 +0200 | [diff] [blame^] | 46 | agreement <https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/license.rst>`_. |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 47 | |
| 48 | ********* |
| 49 | Resources |
| 50 | ********* |
| 51 | |
Bo-Yi Wu | 9f8a5f0 | 2014-10-25 13:34:10 +0800 | [diff] [blame] | 52 | - `User Guide <http://www.codeigniter.com/docs>`_ |
| 53 | - `Community Forums <http://forum.codeigniter.com/>`_ |
| 54 | - `Community Wiki <https://github.com/bcit-ci/CodeIgniter/wiki>`_ |
| 55 | - `Community IRC <http://www.codeigniter.com/irc>`_ |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 56 | |
| 57 | *************** |
| 58 | Acknowledgement |
| 59 | *************** |
| 60 | |
| 61 | The EllisLab team and The Reactor Engineers would like to thank all the |
Andrey Andreev | dc63a02 | 2014-10-28 00:27:40 +0200 | [diff] [blame^] | 62 | contributors to the CodeIgniter project and you, the CodeIgniter user. |