From 1ea127ae8a8026af7679526af06ff297d5104104 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 4 Apr 2008 12:26:46 +0000 Subject: doc fixes --- user_guide/libraries/zip.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index 484bbac64..7ee4d7be3 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -159,7 +159,7 @@ $this->zip->read_file($path); $this->zip->download('my_backup.zip'); -

If you would like the Zip archive to maintain the directory structure the file is in, pass TRUE (boolean) in the +

If you would like the Zip archive to maintain the directory structure of the file in it, pass TRUE (boolean) in the second parameter. Example:

@@ -202,7 +202,7 @@ directory is writable (666 or 777 is usually OK). Example:

$this->zip->download()

-

Causes the Zip file to be downloaded to your server. The function must be passed the name you would like the zip file called. +

Causes the Zip file to be downloaded from your server. The function must be passed the name you would like the zip file called. Example:

$this->zip->download('latest_stuff.zip'); // File will be named "latest_stuff.zip" -- cgit v1.2.3-24-g4f1b