summaryrefslogtreecommitdiffstats
path: root/user_guide/toc.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-05-08 15:59:27 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-05-08 15:59:27 +0200
commitee0a7f0083e9e3e2e667211acd3909e71aa1ec47 (patch)
tree363e075af6634dc10d089956171e775557ac710a /user_guide/toc.html
parente50d1a82e7c24f507049ddb77afd9e1cbb29d7e8 (diff)
Added a Reserved Names page to the userguide, and migrated reserved controller names into it.
Added a Common Functions page to the userguide for globally available functions.
Diffstat (limited to 'user_guide/toc.html')
-rw-r--r--user_guide/toc.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/toc.html b/user_guide/toc.html
index ee4975286..5a4763492 100644
--- a/user_guide/toc.html
+++ b/user_guide/toc.html
@@ -95,6 +95,7 @@ Table of Contents
<ul>
<li><a href="./general/index.html">Getting Started</a></li>
<li><a href="./general/urls.html">CodeIgniter URLs</a></li>
+ <li><a href="general/reserved_names.html">Reserved Names</a></li>
<li><a href="./general/controllers.html">Controllers</a></li>
<li><a href="./general/views.html">Views</a></li>
<li><a href="./general/models.html">Models</a></li>
@@ -105,6 +106,7 @@ Table of Contents
<li><a href="./general/core_classes.html">Creating Core Classes</a></li>
<li><a href="./general/hooks.html">Hooks - Extending the Core</a></li>
<li><a href="./general/autoloader.html">Auto-loading Resources</a></li>
+ <li><a href="general/common_functions.html">Common Functions</a></li>
<li><a href="./general/scaffolding.html">Scaffolding</a></li>
<li><a href="./general/routing.html">URI Routing</a></li>
<li><a href="./general/errors.html">Error Handling</a></li>