diff options
author | admin <devnull@localhost> | 2006-08-26 00:19:55 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-08-26 00:19:55 +0200 |
commit | a634e56d86b965df334e4a431fb0586565ade7a6 (patch) | |
tree | 220e5d3213a10cdb56da1369598d085e9f52ff86 /user_guide/general | |
parent | 04d4dbede875d9562da88f6eb4dfa2af8cc91511 (diff) |
Diffstat (limited to 'user_guide/general')
-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 |
5 files changed, 8 insertions, 8 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>
|