You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this plugin, but with no success.
After searching in google it looks that is very difficult to find a working example.
In my case I am coding in custom php, no frameworks, no composer etc.
Tried this code, but it does not work
require_once(APP_PLUGINS_PATH . 'Zippy/Zippy.php');
use Alchemy\Zippy;
$zippy = Zippy::load();
$archiveZip = $zippy->create('archive.zip');
$archiveZip->addMembers(array(
'../files/tmp/test.png'
),
$recursive = false
);
The text was updated successfully, but these errors were encountered:
I am trying to use this plugin, but with no success.
After searching in google it looks that is very difficult to find a working example.
In my case I am coding in custom php, no frameworks, no composer etc.
Tried this code, but it does not work
require_once(APP_PLUGINS_PATH . 'Zippy/Zippy.php');
use Alchemy\Zippy;
$zippy = Zippy::load();
$archiveZip = $zippy->create('archive.zip');
$archiveZip->addMembers(array(
'../files/tmp/test.png'
),
$recursive = false
);
The text was updated successfully, but these errors were encountered: