summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-07-15 23:25:15 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-07-15 23:25:15 +0200
commit8a02247acbac87b3b947d9188ec4f5805f2e1a52 (patch)
treeaccf500d1ce73c07c42357fa6cb38ecd81de3d7f /user_guide/changelog.html
parent9789f321cd52139d36d1479f07fff3897be48107 (diff)
... set_dbprefix(). Programatically set the prefix, great for multi-site systems that "namespace" with prefixes.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a841785f0..a924edc9c 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -86,6 +86,7 @@ Change Log
<ul>
<li>Altered Session to use a longer match against the user_agent string. See upgrade notes if using database sessions.</li>
<li class="reactor">Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li>
+ <li class="reactor">Added <kbd>$this->db->set_dbprefix()</kbd> to the <a href="database/queries.html">Database Driver</a>.</li>
</ul>
</li>
</ul>