static void AddAlbum(
object
$album, int
$base,
$filebase
)
|
|
generates an array of filenames to zip recurses into the albums subalbums
Parameters:
object |
$album: |
album object to add |
int |
$base: |
the length of the base album name |
|
$filebase: |
|
static void AddAlbumCache(
object
$album, int
$base,
$filebase
)
|
|
generates an array of cachefilenames to zip recurses into the albums subalbums
Parameters:
object |
$album: |
album object to add |
int |
$base: |
the length of the base album name |
|
$filebase: |
|
static void create(
string
$albumname, bool
$fromcache
)
|
|
Creates a zip file of the album
Parameters:
string |
$albumname: |
album folder |
bool |
$fromcache: |
fromcache if true, images will be the "sized" image in the cache file |
static void pageError(
string
$err, string
$text
)
|
|
Emits a page error. Used for attempts to bypass password protection
Parameters:
string |
$err: |
error code |
string |
$text: |
error message |