Skip to content

Commit 872025d

Browse files
authored
Merge pull request #8540 from kenjis/docs-update-welcome-to-ci4
docs: update "Welcome to CodeIgniter4"
2 parents 7ef927b + 4057b08 commit 872025d

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

user_guide_src/source/intro/index.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@
22
Welcome to CodeIgniter4
33
#######################
44

5-
CodeIgniter is an Application Development Framework - a toolkit - for
5+
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and
6+
secure.
7+
8+
It is an Application Development Framework - a toolkit - for
69
people who build web sites using PHP. Its goal is to enable you to
710
develop projects much faster than you could if you were writing code
811
from scratch, by providing a rich set of libraries for commonly needed
912
tasks, as well as a simple interface and logical structure to access
10-
these libraries. CodeIgniter lets you creatively focus on your project
11-
by minimizing the amount of code needed for a given task.
13+
these libraries.
14+
15+
CodeIgniter lets you creatively focus on your project by minimizing the amount
16+
of code needed for a given task.
1217

1318
Where possible, CodeIgniter has been kept as flexible as possible,
1419
allowing you to work in the way you want, not being forced into working
1520
any certain way. The framework can have core parts easily extended
1621
or completely replaced to make the system work the way you need it to.
17-
In short, CodeIgniter is the malleable framework that tries to provide
18-
the tools you need while staying out of the way.
22+
23+
In short, CodeIgniter is the malleable framework that tries to provide the tools
24+
you need while staying out of the way.
1925

2026
*****************************
2127
Is CodeIgniter Right for You?
@@ -25,12 +31,14 @@ CodeIgniter is right for you if:
2531

2632
- You want a framework with a small footprint.
2733
- You need exceptional performance.
34+
- You want a framework that incorporates a number of features and techniques to
35+
enable you to do good security practices easily.
36+
- You want a non-magical framework that you can easily find and read the source
37+
code.
2838
- You want a framework that requires nearly zero configuration.
29-
- You want a framework that does not require you to use the command
30-
line.
3139
- You want a framework that does not require you to adhere to
3240
restrictive coding rules.
33-
- You are not interested in large-scale monolithic libraries like PEAR.
41+
- You want a framework that makes it easy to create test code.
3442
- You do not want to be forced to learn a templating language (although
3543
a template parser is optionally available if you desire one).
3644
- You eschew complexity, favoring simple solutions.

0 commit comments

Comments
 (0)