How to use ZipArchive |
What is ZipArchive? Post your code...
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
First you need to read this:
PHP.NET - The ZipArchive class Then in your controller you need to do this before using it. PHP Code: $zip = new \ZipArchive(); What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
a possible alternative might be to look https://packagist.org/?query=zip
(10-18-2020, 11:44 AM)InsiteFX Wrote: First you need to read this:should thst not be a "\"
Thanks I corrected it long day here
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |