From b1fddc051af66a0a41a709862dd84d06139e2325 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Oct 2006 21:29:07 +0000 Subject: --- user_guide/libraries/zip.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide/libraries/zip.html') 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.

$this->load->library('zip');

Once loaded, the Zip library object will be available using: $this->zip

+

You can also set your own class variable name. Please see the Loader Class for more info.

+

Usage Example

-- cgit v1.2.3-24-g4f1b