From 6afaff2233a39736ff79a24dc3ce9d0972e11e52 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Thu, 12 Jul 2007 23:07:48 +0000 Subject: --- user_guide/libraries/zip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index 8b7e6aa8a..f3ce2006d 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -184,7 +184,7 @@ $this->zip->download('my_backup.zip');

Permits you to compress a folder (and its contents) that already exists somewhere on your server. Supply a file path to the directory and the zip class will recursively read it and recreate it as a Zip archive. All files contained within the -supplied path will be encodes, as will any sub-folders contained within it. Example:

+supplied path will be encoded, as will any sub-folders contained within it. Example:

$path = '/path/to/your/directory/';

-- cgit v1.2.3-24-g4f1b