blob: b6f473c2b62b836f248ef9d7e9529dfb26c90cba [file] [log] [blame]
Derek Jonesd1380382012-06-25 23:54:18 -07001######################
2Welcome to CodeIgniter
3######################
4
5CodeIgniter is an Application Development Framework - a toolkit - for
6people who build web sites using PHP. Its goal is to enable you to
7develop projects much faster than you could if you were writing code
8from scratch, by providing a rich set of libraries for commonly needed
9tasks, as well as a simple interface and logical structure to access
10these libraries. CodeIgniter lets you creatively focus on your project
11by minimizing the amount of code needed for a given task.
12
13***********************
14Who is CodeIgniter For?
15***********************
16
17CodeIgniter is right for you if:
18
19- You want a framework with a small footprint.
20- You need exceptional performance.
21- You need broad compatibility with standard hosting accounts that run
22 a variety of PHP versions and configurations.
23- You want a framework that requires nearly zero configuration.
24- You want a framework that does not require you to use the command
25 line.
26- You want a framework that does not require you to adhere to
27 restrictive coding rules.
28- You are not interested in large-scale monolithic libraries like PEAR.
29- You do not want to be forced to learn a templating language (although
30 a template parser is optionally available if you desire one).
31- You eschew complexity, favoring simple solutions.
Andrey Andreev16a704c2012-11-09 17:25:00 +020032- You need clear, thorough documentation.