From f3c4f277a7d0dfcddcfb4656f439b660a7398831 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 22 Sep 2009 11:53:34 +0000 Subject: a series of clarifications of the docs --- user_guide/overview/at_a_glance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/overview/at_a_glance.html') diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index 0ab065ef0..36ff54d42 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -60,7 +60,7 @@ What is CodeIgniter?

CodeIgniter is an Application Framework

-

CodeIgniter is a toolkit for people who build web application using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code +

CodeIgniter is a toolkit for people who build web applications using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

-- cgit v1.2.3-24-g4f1b