blob: 6cdeb24421c1e14cedec7445cc7ba12c44f418b4 [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001Welcome to CodeIgniter
2======================
3
4CodeIgniter is an Application Development Framework - a toolkit - for
5people who build web sites using PHP. Its goal is to enable you to
6develop projects much faster than you could if you were writing code
7from scratch, by providing a rich set of libraries for commonly needed
8tasks, as well as a simple interface and logical structure to access
9these libraries. CodeIgniter lets you creatively focus on your project
10by minimizing the amount of code needed for a given task.
11
12Who is CodeIgniter For?
13=======================
14
15CodeIgniter 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 Jones619b1222011-10-10 16:26:27 -050040 general/requirements
Derek Jones8ede1a22011-10-05 13:34:52 -050041 installation/index
42 general/index
43 libraries/index
Derek Jones8ede1a22011-10-05 13:34:52 -050044 helpers/index
Derek Jones619b1222011-10-10 16:26:27 -050045 database/index
Joël Coxc2b48812011-10-10 20:24:46 +020046 documentation/index
Derek Jonesbf6df692011-10-10 16:32:55 -050047 tutorial/index
Derek Jones619b1222011-10-10 16:26:27 -050048 general/quick_reference
49 general/credits