summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-04-03 13:39:35 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-04-03 13:39:35 +0200
commit9da4dbc58ccae4f903e8a5c8d464fa00cd850381 (patch)
treef84eea6a7920b5a695a937d2a1f6b0dbe01e17f1 /user_guide/database
parentd9f3e177bac9b11aa29acf7e609c8cf57475a7f6 (diff)
next and previous links fixed up
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/active_record.html2
-rw-r--r--user_guide/database/call_function.html2
-rw-r--r--user_guide/database/fields.html2
-rw-r--r--user_guide/database/table_data.html4
-rw-r--r--user_guide/database/transactions.html5
-rw-r--r--user_guide/database/utilities.html2
6 files changed, 8 insertions, 9 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 7e0c14c81..d1598c555 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -598,7 +598,7 @@ $query = $this->db->get();</code>
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="results.html">Query Results</a>
+Previous Topic:&nbsp;&nbsp;<a href="helpers.html">Query Helper Functions</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html
index 9522c5d94..8d620c513 100644
--- a/user_guide/database/call_function.html
+++ b/user_guide/database/call_function.html
@@ -114,7 +114,7 @@ Previous Topic:&nbsp;&nbsp;<a href="fields.html">Field MetaData</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-Next Topic:&nbsp;&nbsp;<a href="utilities.html">Utilities Class</a>
+Next Topic:&nbsp;&nbsp;<a href="caching.html">Query Caching</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 &nbsp;&middot;&nbsp; <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 091faaf65..af76e336b 100644
--- a/user_guide/database/fields.html
+++ b/user_guide/database/fields.html
@@ -160,7 +160,7 @@ $fields = $query->field_data()
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="transactions.html">Transactions</a>
+Previous Topic:&nbsp;&nbsp;<a href="table_data.html"> Table Data</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html
index 621f6fe03..3d931ad08 100644
--- a/user_guide/database/table_data.html
+++ b/user_guide/database/table_data.html
@@ -105,11 +105,11 @@ if ($this->db->table_exists('table_name'))<br />
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="fields.html">Field MetaData</a>
+Previous Topic:&nbsp;&nbsp;<a href="transactions.html"> Transactions</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-Next Topic:&nbsp;&nbsp;<a href="../email.html">Email Class</a>
+Next Topic:&nbsp;&nbsp;<a href="fields.html"> Field Metadata</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 &nbsp;&middot;&nbsp; <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 5c59d786d..06ed295b6 100644
--- a/user_guide/database/transactions.html
+++ b/user_guide/database/transactions.html
@@ -186,11 +186,10 @@ else<br />
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="active_record.html">Active Record</a>
-&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
+Previous Topic:&nbsp;&nbsp; <a href="fields.html">Field MetaData</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-Next Topic:&nbsp;&nbsp;<a href="fields.html">Field Metadata</a>
+Next Topic:&nbsp;&nbsp;<a href="table_data.html">Table Metadata</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 &nbsp;&middot;&nbsp; <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 e9012740f..7ed52cb25 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -329,7 +329,7 @@ Previous Topic:&nbsp;&nbsp;<a href="caching.html">DB Caching Class</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-Next Topic:&nbsp;&nbsp;<a href="caching.html">Database Caching Class</a>
+Next Topic:&nbsp;&nbsp;<a href="../libraries/email.html"> Email Class</a>
<p>
<p><a href="http://www.codeigniter.com">Code Igniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 &nbsp;&middot;&nbsp; <a href="http://www.pmachine.com">pMachine, Inc.</a></p>
</div>