|
|
| |
1. Create Multiple seperate zip files in a loop |
|
Reply |
|
|
 Andrew | 2011-03-30 11:06:57 |
Be sure to add this function to the CreateZipFile.inc.php
Then at the end of each loop run it to clear the variables.
public function ClearZipped() {
$this->compressedData = array();
$this->centralDirectory = array();
}
|
|