|
|
Zip Encoding Class in code igniter - PHP
|
Views : 260
|
|
Tagged in : PHP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Zip Encoding Class
CodeIgniter's Zip Encoding Class classes permit you to create Zip archives. Archives can be downloaded to your desktop or saved to a directory.
Initializing the Class
Like most other classes in CodeIgniter, the Zip class is initialized in your controller using the $this->load->library function:
$this->load->library('zip');
Once loaded, the Zip library object will be available using: $this->zip
|
|
By gowtham, On - 2010-09-17 |
|
|
|