/CakePHP-Zip-Helper

Create a zip archive of passed files

Usage

// do not overwrite if file exists
$this->Zip->create($pathToZipFile, $arrayOfFileLocations, false);

// overwrite if file exists
$this->Zip->create($pathToZipFile, $arrayOfFileLocations, true);