diff options
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/database/helpers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/database/helpers.html b/user_guide/libraries/database/helpers.html index a5151e35e..dd05aef4c 100644 --- a/user_guide/libraries/database/helpers.html +++ b/user_guide/libraries/database/helpers.html @@ -144,11 +144,11 @@ $str = $this->db->update_string('table_name', $data, $where); <div id="footer">
<p>
-Previous Topic: <a href="connecting.html">Connecting to your Database</a>
+Previous Topic: <a href="results.html">Query Results</a>
·
<a href="#top">Top of Page</a> ·
<a href="../../index.html">User Guide Home</a> ·
-Next Topic: <a href="results.html">Query Results</a>
+Next Topic: <a href="active_record.html">Active Record Pattern</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>
|