next and previous links fixed up
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 7e0c14c..d1598c5 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -598,7 +598,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="results.html">Query Results</a>
+Previous Topic: <a href="helpers.html">Query Helper Functions</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html
index 9522c5d..8d620c5 100644
--- a/user_guide/database/call_function.html
+++ b/user_guide/database/call_function.html
@@ -114,7 +114,7 @@
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="utilities.html">Utilities Class</a>
+Next Topic: <a href="caching.html">Query Caching</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/database/fields.html b/user_guide/database/fields.html
index 091faaf..af76e33 100644
--- a/user_guide/database/fields.html
+++ b/user_guide/database/fields.html
@@ -160,7 +160,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="transactions.html">Transactions</a>
+Previous Topic: <a href="table_data.html"> Table Data</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html
index 621f6fe..3d931ad 100644
--- a/user_guide/database/table_data.html
+++ b/user_guide/database/table_data.html
@@ -105,11 +105,11 @@
<div id="footer">
<p>
-Previous Topic: <a href="fields.html">Field MetaData</a>
+Previous Topic: <a href="transactions.html"> Transactions</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="../email.html">Email Class</a>
+Next Topic: <a href="fields.html"> Field Metadata</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/database/transactions.html b/user_guide/database/transactions.html
index 5c59d78..06ed295 100644
--- a/user_guide/database/transactions.html
+++ b/user_guide/database/transactions.html
@@ -186,11 +186,10 @@
<div id="footer">
<p>
-Previous Topic: <a href="active_record.html">Active Record</a>
- ·
+Previous Topic: <a href="fields.html">Field MetaData</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="fields.html">Field Metadata</a>
+Next Topic: <a href="table_data.html">Table Metadata</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/database/utilities.html b/user_guide/database/utilities.html
index e901274..7ed52cb 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -329,7 +329,7 @@
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="caching.html">Database Caching Class</a>
+Next Topic: <a href="../libraries/email.html"> Email Class</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/helpers.html b/user_guide/general/helpers.html
index 2bae263..37a7118 100644
--- a/user_guide/general/helpers.html
+++ b/user_guide/general/helpers.html
@@ -133,7 +133,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="views.html">Views</a>
+Previous Topic: <a href="models.html">Models</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html
index 13bd6b7..706b1a3 100644
--- a/user_guide/general/managing_apps.html
+++ b/user_guide/general/managing_apps.html
@@ -125,7 +125,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="caching.html">Web Page Caching</a>
+Previous Topic: <a href="profiling.html">Profiling Your Application</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/helpers/array_helper.html b/user_guide/helpers/array_helper.html
index 328ca79..2d98a57 100644
--- a/user_guide/helpers/array_helper.html
+++ b/user_guide/helpers/array_helper.html
@@ -113,8 +113,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="../libraries/xmlrpc.html">XML-RPC Class</a>
- ·
+Previous Topic: <a href="../libraries/zip.html">Zip Encoding Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="cookie_helper.html">Cookie Helper</a>
diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html
index b89fc1c..baee88f 100644
--- a/user_guide/helpers/html_helper.html
+++ b/user_guide/helpers/html_helper.html
@@ -226,7 +226,7 @@
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="security_helper.html">Security Helper</a>
+Next Topic: <a href="inflector_helper.html"> Inflector Helper</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/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html
index 2a9f419..9593999 100644
--- a/user_guide/helpers/inflector_helper.html
+++ b/user_guide/helpers/inflector_helper.html
@@ -140,11 +140,11 @@
<div id="footer">
<p>
-Previous Topic: <a href="../libraries/xmlrpc.html">XML-RPC Class</a>
+Previous Topic: <a href="html_helper.html"> HTML Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="cookie_helper.html">Cookie Helper</a>
+Next Topic: <a href="security_helper.html">Security Helper</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/helpers/security_helper.html b/user_guide/helpers/security_helper.html
index 91392ad..c0add4a 100644
--- a/user_guide/helpers/security_helper.html
+++ b/user_guide/helpers/security_helper.html
@@ -118,7 +118,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="html_helper.html">HTML Helper</a>
+Previous Topic: <a href="inflector_helper.html"> Inflector Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html
index b0bbf8a..54b6db0 100644
--- a/user_guide/helpers/smiley_helper.html
+++ b/user_guide/helpers/smiley_helper.html
@@ -195,7 +195,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="html_helper.html">HTML Helper</a>
+Previous Topic: <a href="security_helper.html">Security Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html
index 0f447cd..7176d05 100644
--- a/user_guide/libraries/benchmark.html
+++ b/user_guide/libraries/benchmark.html
@@ -189,7 +189,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="../general/alternative_php.html">Alternative PHP Syntax</a>
+Previous Topic: <a href="../general/security.html"> Security</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index 01f9b68..8a26a3e 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -423,7 +423,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="encryption.html">Encryption Class</a>
+Previous Topic: <a href="download_helper.html">Download Helper</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html
index 2907b78..e851561 100644
--- a/user_guide/libraries/parser.html
+++ b/user_guide/libraries/parser.html
@@ -206,7 +206,7 @@
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="uri.html">URI Class</a>
+Next Topic: <a href="unit_testing.html">Unit Testing Class</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/libraries/table.html b/user_guide/libraries/table.html
index f62d278..d666178 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -285,8 +285,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="file_uploading.html">File Uploading Class</a>
- ·
+Previous Topic: <a href="ftp.html"> FTP Class</a> ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="image_lib.html">Image Manipulation Class</a>
diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html
index be6779f..9d86998 100644
--- a/user_guide/libraries/trackback.html
+++ b/user_guide/libraries/trackback.html
@@ -242,7 +242,7 @@
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="unit_testing.html">Unit Testing Class</a>
+Next Topic: <a href="parser.html">Template Parser Class</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/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html
index 401876b..3941a7d 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -201,7 +201,7 @@
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="validation.html">Validation Class</a>
+Next Topic: <a href="uri.html">URI Class</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/libraries/uri.html b/user_guide/libraries/uri.html
index b6d51be..5472ee9 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -245,7 +245,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="parser.html">Template Parser Class</a>
+Previous Topic: <a href="unit_testing.html">Unit Testing Class</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html
index 0f8b141..f4beb56 100644
--- a/user_guide/libraries/validation.html
+++ b/user_guide/libraries/validation.html
@@ -709,7 +709,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="uri.html">URI Class</a>
+Previous Topic: <a href="user_agent.html">User Agent Class</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html
index 3df99bf..8629bc1 100644
--- a/user_guide/libraries/zip.html
+++ b/user_guide/libraries/zip.html
@@ -270,7 +270,7 @@
<div id="footer">
<p>
-Previous Topic: <a href="validation.html">Validation Class</a>
+Previous Topic: <a href="xmlrpc.html"> XML-RPC Class</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
diff --git a/user_guide/overview/mvc.html b/user_guide/overview/mvc.html
index ba863dd..ccd8f20 100644
--- a/user_guide/overview/mvc.html
+++ b/user_guide/overview/mvc.html
@@ -68,7 +68,7 @@
MVC is a software approach that separates application logic from presentation. In practice, it permits your web pages to contain minimal scripting since the presentation is separate from the PHP scripting.</p>
<ul>
-<li>The <strong>Model</strong> represents your data structures. Typically your model classes will contains functions that help you
+<li>The <strong>Model</strong> represents your data structures. Typically your model classes will contain functions that help you
retrieve, insert, and update information in your your database.</li>
<li>The <strong>View</strong> is the information that is being presented to a user. A View will normally be a web page, but
in Code Igniter, a view can also be a page fragment like a header or footer. It can also be an RSS page, or any other type of "page".</li>