Zip Application example in CI framework _ PHP Tutorial

Source: Internet
Author: User
Examples of zip applications in the CI framework. The zip class provided by the CI framework is simple and practical. This article will briefly introduce the use of the zip class of the CI framework. First, import the zip class: Copy the code as follows: $ this-load-(zip). In addition, the zip class provided by the CI framework is simple and practical, this article briefly describes how to use the zip class of the CI framework.

First, import the zip class:

The code is as follows:


$ This-> load-> ('Zip ');

In addition, considering the CI structure, you also need to set the automatic loading class to load the zip file.
AlsoIt can be loaded in a unified manner during configuration..
If you encounter this problem, it may be that the zip class is not loaded automatically.
The calling method is as follows:

The code is as follows:


$ Path = $ _ SERVER ['document _ root']; // path of the folder to be compressed
$ This-> zip-> read_dir ($ path, FALSE); // Start to compress the folder in the specified path and clear the structure.
$ This-> zip-> download('my_backup.zip '); // download the compressed file.


Bytes. First, import the zip class: the code is as follows: $ this-load-('Zip'); in addition,...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.