From dede273500cef3700e213d7963cfc4fd7374c05a Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 28 Oct 2006 19:02:43 +0000 Subject: --- user_guide/overview/at_a_glance.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (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 50bb493d1..2cfeee029 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -91,7 +91,7 @@ is very lean and quite fast.

Code Igniter is Fast

-

Really fast. We challenge you to find a framework that has better performance the Code Igniter.

+

Really fast. We challenge you to find a framework that has better performance then Code Igniter.

Code Igniter Uses M-V-C

@@ -107,11 +107,13 @@ approach to URLs that is synonymous with dynamic systems, Code Igniter uses a se

Note: By default the index.php file is included in the URL but it can be removed using a simple .htaccess file.

Code Igniter Packs a Punch

-

Code Igniter comes with a very nice set of libraries that enable the most commonly needed web development tasks, -like accessing a database, sending email, validating form data, maintaining sessions, manipulating images, working with XML-RPC data and more.

+

Code Igniter comes with full-range of libraries that enable the most commonly needed web development tasks, +like accessing a database, sending email, validating form data, maintaining sessions, manipulating images, working with XML-RPC data and +much more.

Code Igniter is Extensible

-

The system can be easily extended through the use of plugins and helper files, or even through class extensions or standard includes.

+

The system can be easily extended through the use of plugins and helper libraries, or through class extensions or system hooks.

+

Code Igniter Does Not Require a Template Engine

Although Code Igniter does come with a simple template parser that can be optionally used, it does not force you to use one. @@ -151,6 +153,11 @@ since documentation is as important as the code itself, we are committed to doing it. Our source code is extremely clean and well commented as well.

+

Code Igniter has a Friendly Community of Users

+ +

Our growing community of users can be seen actively participating in our Community Forums.

+ + -- cgit v1.2.3-24-g4f1b