PHP Classes

File: legacy/bootstrap.php

Recommend this page to a friend!
  Classes of Asbjorn Grandt   Zip Stream   legacy/bootstrap.php   Download  
File: legacy/bootstrap.php
Role: Example script
Content type: text/plain
Description: Version 2.0 for this package. The entire structure have been reworked, and it is now using namespace, meaning that PHP 5.3 is now required as a minimum. See the examples in the legacy folder to see how you can easily migrate to the new structure. Most notable new function added is appendZip, to merge the content of an existing Zip file into the current one without re-compression, using the PHP Zip Merge package, also available here on PHPClasses.
Class: Zip Stream
Create ZIP archives for large number of files
Author: By
Last change: Update of legacy/bootstrap.php
Date: 2 months ago
Size: 106 bytes
 

Contents

Class file image Download
<?php
/**
 *
 * @author Greg Kappatos
 *
 * Not used atm.
 *
 */
$loader = require 'vendor/autoload.php';