45 if (!file_exists(
$file))
50 header(
"Content-Disposition: attachment;filename=\"" .
$zipFile .
"\"");
FakoliException is the base exception class for all Fakoli errors.
static sendFile($resource)
Sends the contents of the specified file to the client.
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
static assertRole($role, $redirect="", $message="")
Assert that the user has one of the specified roles.