diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 03:44:27 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 03:44:27 +0100 |
commit | c6da50384e06c60e242cb4442abb9c6c9b450674 (patch) | |
tree | 40f5e6dbc6c9d10b933c07be01de660ee8d6f2fb /user_guide/overview/at_a_glance.html | |
parent | a9730c337ef046f1c5391cec2a9e54ac613a4e6d (diff) |
completely removed Plugins from CodeIgniter
Diffstat (limited to 'user_guide/overview/at_a_glance.html')
-rw-r--r-- | user_guide/overview/at_a_glance.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index 56f208a7e..be7e5e26a 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -107,7 +107,7 @@ like accessing a database, sending email, validating form data, maintaining sess much more.</p> <h2>CodeIgniter is Extensible</h2> -<p>The system can be easily extended through the use of plugins and helper libraries, or through class extensions or system hooks.</p> +<p>The system can be easily extended through the use of your own libraries, helpers, or through class extensions or system hooks.</p> <h2>CodeIgniter Does Not Require a Template Engine</h2> |