summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-28 21:02:43 +0200
committeradmin <devnull@localhost>2006-10-28 21:02:43 +0200
commitdede273500cef3700e213d7963cfc4fd7374c05a (patch)
tree38ccb2bebf3424859f7e251451aa5129e714fde6 /user_guide
parent59612e91b178e729ffd63cbabb0446fd51038e50 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/overview/at_a_glance.html15
1 files changed, 11 insertions, 4 deletions
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.
</p>
<h2>Code Igniter is Fast</h2>
-<p>Really fast. We challenge you to find a framework that has better performance the Code Igniter.</p>
+<p>Really fast. We challenge you to find a framework that has better performance then Code Igniter.</p>
<h2>Code Igniter Uses M-V-C</h2>
@@ -107,11 +107,13 @@ approach to URLs that is synonymous with dynamic systems, Code Igniter uses a se
<p>Note: By default the index.php file is included in the URL but it can be removed using a simple .htaccess file.</p>
<h2>Code Igniter Packs a Punch</h2>
-<p>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.</p>
+<p>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.</p>
<h2>Code Igniter is Extensible</h2>
-<p>The system can be easily extended through the use of plugins and helper files, or even through class extensions or standard includes.</p>
+<p>The system can be easily extended through the use of plugins and helper libraries, or through class extensions or system hooks.</p>
+
<h2>Code Igniter Does Not Require a Template Engine</h2>
<p>Although Code Igniter <em>does</em> 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 <strong>as important</strong> as the code itself,
we are committed to doing it. Our source code is extremely clean and well commented as well.</p>
+<h2>Code Igniter has a Friendly Community of Users</h2>
+
+<p>Our growing community of users can be seen actively participating in our <a href="http://www.codeigniter.com/forums/">Community Forums</a>.</p>
+
+
</div>
<!-- END CONTENT -->