News Feed
Jobs Feed
Sections




News Archive
Web Development Blog:
Tutorial Create a zip file from folders on the fly
September 28, 2007 @ 10:24:00

On the Web Development Blog, there's a quick tutorial on creating dynamic zip files via a helpful little class:

For a future project I needed these days some easy to use zip or gzip class to create a zip file from files / folders inside a specified directory. [...] I tested two [other] scripts before and must say that this script works great for single files if you add them manually. To compress a whole directory with an unknown number of files into one zip file I created some class extension to get this job done.

In his class, the get_file_from_folder method is called with the directory and the file to load them into. This loops through the files, pulling them all (directories and all) into the new zip file. An example of the class' use is also included.

0 comments voice your opinion now!
zip file folder directory automatic class example zip file folder directory automatic class example


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Test Runner Improvement in PHPUnit 3.3

Dave Dash's Blog: Saving a file to a database using symfony and doctrine

Devollo.com: Data Filtering Using PHP's Filter Functions - Part one

KillerPHP Blog: PHP Interfaces: when and why you should use them instead of classes?

Padraic Brady's Blog: An Example Zend Framework Blog Application - Part 1: Introductory Planning


Community Events











Don't see your event here?
Let us know!


language framework database introduction api code community release podcast series opinion composer functional zendframework2 testing phpunit unittest development example interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework