Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 1 | Welcome to CodeIgniter |
| 2 | ====================== |
| 3 | |
| 4 | CodeIgniter is an Application Development Framework - a toolkit - for |
| 5 | people who build web sites using PHP. Its goal is to enable you to |
| 6 | develop projects much faster than you could if you were writing code |
| 7 | from scratch, by providing a rich set of libraries for commonly needed |
| 8 | tasks, as well as a simple interface and logical structure to access |
| 9 | these libraries. CodeIgniter lets you creatively focus on your project |
| 10 | by minimizing the amount of code needed for a given task. |
| 11 | |
| 12 | Who is CodeIgniter For? |
| 13 | ======================= |
| 14 | |
| 15 | CodeIgniter is right for you if: |
| 16 | |
| 17 | - You want a framework with a small footprint. |
| 18 | - You need exceptional performance. |
| 19 | - You need broad compatibility with standard hosting accounts that run |
| 20 | a variety of PHP versions and configurations. |
| 21 | - You want a framework that requires nearly zero configuration. |
| 22 | - You want a framework that does not require you to use the command |
| 23 | line. |
| 24 | - You want a framework that does not require you to adhere to |
| 25 | restrictive coding rules. |
| 26 | - You are not interested in large-scale monolithic libraries like PEAR. |
| 27 | - You do not want to be forced to learn a templating language (although |
| 28 | a template parser is optionally available if you desire one). |
| 29 | - You eschew complexity, favoring simple solutions. |
| 30 | - You need clear, thorough documentation. |
| 31 | |
| 32 | |
| 33 | .. toctree:: |
| 34 | :glob: |
| 35 | :titlesonly: |
| 36 | :hidden: |
| 37 | |
| 38 | * |
| 39 | overview/index |
Derek Jones | 619b122 | 2011-10-10 16:26:27 -0500 | [diff] [blame^] | 40 | general/requirements |
Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 41 | installation/index |
| 42 | general/index |
| 43 | libraries/index |
Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 44 | helpers/index |
Derek Jones | 619b122 | 2011-10-10 16:26:27 -0500 | [diff] [blame^] | 45 | database/index |
| 46 | documentation/index |
| 47 | general/quick_reference |
| 48 | general/credits |