diff options
author | admin <devnull@localhost> | 2006-09-24 05:06:21 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-24 05:06:21 +0200 |
commit | 9659273ba7de6b73c3f188a174e526e692071f43 (patch) | |
tree | 32aae01d8bc7cc29a3cea2d7bb8a172e3d3009ce | |
parent | 3c023b12c3d27f0e2773e671b854e52e2dc0d1d6 (diff) |
-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>
|