diff options
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/active_record.html | 2 | ||||
-rw-r--r-- | user_guide/database/call_function.html | 2 | ||||
-rw-r--r-- | user_guide/database/fields.html | 2 | ||||
-rw-r--r-- | user_guide/database/table_data.html | 4 | ||||
-rw-r--r-- | user_guide/database/transactions.html | 5 | ||||
-rw-r--r-- | user_guide/database/utilities.html | 2 |
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: <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 9522c5d94..8d620c513 100644 --- a/user_guide/database/call_function.html +++ b/user_guide/database/call_function.html @@ -114,7 +114,7 @@ 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="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 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: <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 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: <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 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: <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 e9012740f..7ed52cb25 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -329,7 +329,7 @@ Previous Topic: <a href="caching.html">DB Caching Class</a> ·
<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>
|