diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/general/autoloader.html | 2 | ||||
-rw-r--r-- | user_guide/general/core_classes.html | 4 | ||||
-rw-r--r-- | user_guide/general/creating_libraries.html | 4 | ||||
-rw-r--r-- | user_guide/general/hooks.html | 4 | ||||
-rw-r--r-- | user_guide/general/scripts.html | 2 | ||||
-rw-r--r-- | user_guide/toc.html | 8 |
6 files changed, 12 insertions, 12 deletions
diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html index 5f90fddad..48cdf4d0f 100644 --- a/user_guide/general/autoloader.html +++ b/user_guide/general/autoloader.html @@ -93,7 +93,7 @@ type of item.</p> <div id="footer">
<p>
-Previous Topic: <a href="libraries.html">Using Core Libraries</a>
+Previous Topic: <a href="hooks.html">Hooks - Extneding the Core</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html index c03e70d63..1e5968475 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -114,11 +114,11 @@ class CI_Input {<br /><br /> <div id="footer">
<p>
-Previous Topic: <a href="hooks.html">Hooks</a>
+Previous Topic: <a href="creating_libraries.html">Creating Your Own Libraries</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="scaffolding.html">Scaffolding</a>
+Next Topic: <a href="hooks.html">Hooks - Extending the Core</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html index fa3416767..99a09f831 100644 --- a/user_guide/general/creating_libraries.html +++ b/user_guide/general/creating_libraries.html @@ -209,11 +209,11 @@ etc. <div id="footer">
<p>
-Previous Topic: <a href="libraries.html">Using Libraries</a>
+Previous Topic: <a href="libraries.html">Using Code Igniter Libraries</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="ancillary_classes.html">Creating Ancillary Classes</a>
+Next Topic: <a href="core_classes.html">Creating Core System Classes</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html index 301654653..33d343d82 100644 --- a/user_guide/general/hooks.html +++ b/user_guide/general/hooks.html @@ -171,11 +171,11 @@ Called after the final rendered page is sent to the browser, at the end of syste <div id="footer">
<p>
-Previous Topic: <a href="autoloader.html">Auto-loading Resources</a>
+Previous Topic: <a href="core_classes.html">Creating Core Classes</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="scaffolding.html">Scaffolding</a>
+Next Topic: <a href="autoloader.html">Auto-loading Resources</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/general/scripts.html b/user_guide/general/scripts.html index d0b5d26f6..eb6e103b0 100644 --- a/user_guide/general/scripts.html +++ b/user_guide/general/scripts.html @@ -106,7 +106,7 @@ Previous Topic: <a href="plugins.html">Plugins</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="libraries.html">Loading Libraries</a>
+Next Topic: <a href="libraries.html">Using Code Igniter Libraries</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> · Copyright © 2006 · <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>
diff --git a/user_guide/toc.html b/user_guide/toc.html index 9935c7301..adfa3d0b3 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -99,11 +99,11 @@ Table of Contents <li><a href="./general/helpers.html">Helpers</a></li>
<li><a href="./general/plugins.html">Plugins</a></li>
<li><a href="./general/scripts.html">Scripts</a></li>
- <li><a href="./general/libraries.html">Loading Libraries</a></li>
- <li><a href="./general/creating_libraries.html">Creating Libraries</a></li>
- <li><a href="./general/ancillary_classes.html">Creating Ancillary Classes</a></li>
+ <li><a href="./general/libraries.html">Using Code Igniter Libraries</a></li>
+ <li><a href="./general/creating_libraries.html">Creating Your Own Libraries</a></li>
+ <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/hooks.html">Hooks</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>
|