diff options
Diffstat (limited to 'user_guide/libraries/zip.html')
-rw-r--r-- | user_guide/libraries/zip.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index 6171ed1c8..32ef3bedd 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -71,6 +71,8 @@ desktop or saved to a directory.</p> <code>$this->load->library('zip');</code>
<p>Once loaded, the Zip library object will be available using: <dfn>$this->zip</dfn></p>
+<p>You can also set your own class variable name. Please see the <a href="loader.html">Loader Class</a> for more info.</p>
+
<h2>Usage Example</h2>
|