Usage
action
download :
::download=archive name (without the extension)
:files=list : a comma separated list of files and directory
example :
- mind that kernel/actions/chmod.php is a file
- while kernel/files/actions/chmod is a directory
{{MyPage::download=chmod:files=kernel/actions/chmod.php,kernel/files/actions/chmod}}
- creates a file chmod.zip linked to page MyPage
- echo a link to this file
∴
Todo
∴
Configuration
∴
Related Pages
∴
Source
Object Oriented
PHP class used with Casiwi version : version ≥ 9.6
The abstract class _action_ is provided in the
zip file.
∴
Download
- object oriented files :
- kernel/actions/class._action_.php
- kernel/actions/class.download.php
- documentation directory :
- kernel/files/actions/download
∴