summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-12-21 15:59:26 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-12-21 15:59:26 +0100
commitfac8042f055048d83414d72a18fc0d70ec7d3ddf (patch)
tree04abee5360d3567a650a5a7f6bfbf61c6566ae66
parent0a64f440ea25495dd96c6a5fd00d315077029f89 (diff)
Added Zip Encoding Class to the table of contents of the userguide.
-rw-r--r--user_guide/changelog.html3
-rw-r--r--user_guide/toc.html1
2 files changed, 3 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 3fbac474a..7bdc3da2a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -108,7 +108,8 @@ Change Log
<li>Fixed a typo in the <a href="./helpers/string_helper.html">String Helper</a> (uniquid changed to uniqid) </li>
<li>Fixed a typo in the DocBlock comment for unset_userdata() in Session.</li>
<li>Fixed a typo in the table library docs. </li>
- <li>Moved part of the userguide menu javascript to an external file. </li>
+ <li>Moved part of the userguide menu javascript to an external file.</li>
+ <li>Added <a href="http://codeigniter.com/user_guide/libraries/zip.html">Zip Encoding Class</a> to the table of contents of the userguide.</li>
<li>Deprecated from Active Record; <kbd>getwhere()</kbd> for <kbd>get_where()</kbd>; <kbd>groupby()</kbd> for <kbd>group_by()</kbd>; <kbd>orderby()</kbd> for <kbd>order_by</kbd>; <kbd>orwhere()</kbd> for <kbd>or_where()</kbd>; and <kbd>orlike()</kbd> for <kbd>or_like()</kbd>.</li>
</ul>
diff --git a/user_guide/toc.html b/user_guide/toc.html
index 125b506c7..3f6b16e43 100644
--- a/user_guide/toc.html
+++ b/user_guide/toc.html
@@ -144,6 +144,7 @@ Table of Contents
<li><a href="./libraries/user_agent.html">User Agent Class</a></li>
<li><a href="./libraries/validation.html">Validation Class</a></li>
<li><a href="./libraries/xmlrpc.html">XML-RPC Class</a></li>
+<li><a href="http://codeigniter.com/user_guide/libraries/zip.html">Zip Encoding Class</a></li>
</ul>