Overview

Packages

  • admin
  • classes
    • media
  • CodeIgniter
    • Libraries
  • core
  • functions
  • JSMin
  • None
  • OpenID
  • PHP
  • PHPMailer
  • plugins
    • admin
    • development
    • feed
    • mail
    • media
    • misc
    • seo
    • spam
    • uploader
    • users
    • zenpage
    • zenphoto
      • news
  • Services
    • JSON

Classes

  • AlbumZip
  • crop_image
  • defaultCodeblocks
  • DownloadList
  • galleryArticles
  • tweet

Functions

  • defaultCodeblocks_codebox
  • getdownloadList
  • getDownloadURL
  • printDownloadAlbumZipURL
  • printdownloadList
  • printDownloadURL
  • wordpress_import_button
  • wp_prefix
  • wp_query_full_array
  • wpimport_TryAgainError
  • Overview
  • Package
  • Function
  • Tree
  • Deprecated

Function printdownloadList

Prints the actual download list included all subfolders and files

Package: plugins\misc
Author: Malte Müller (acrylian)
Located at zp-extensions/downloadList.php
Parameters summary
string $dir = '' An optional different folder to generate the list that overrides the folder set on the option.
string $listtype = 'ol' "ol" or "ul" for the type of HTML list you want to use
array $filters = array() an array of files to exclude from the list. Standard items are Array( '.', '..','.DS_Store','Thumbs.db','.htaccess','.svn')
array $excludesuffixes = '' an array of file suffixes (without trailing dot to exclude from the list (e.g. "jpg")
string $sort = 'desc' 'asc" or "desc" (default) for alphabetical ascending or descending list
Zenphoto doc API documentation generated by ApiGen