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 getdownloadList

Gets 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 $dir8 <p>An optional different folder to generate the list that overrides the folder set on the option. This could be a subfolder of the main download folder set on the plugin's options. You have to include the base directory as like this: "folder" or "folder/subfolder" or "../folder" You can also set any folder within or without the root of your Zenphoto installation as a download folder with this directly</p>
string $filters8 $listtype "ol" or "ul" for the type of HTML list you want to use
array $excludesuffixes $filters8 an array of files to exclude from the list. Standard items are '.', '..','.DS_Store','Thumbs.db','.htaccess','.svn'
array $sort $excludesuffixes an array of file suffixes (without trailing dot to exclude from the list (e.g. "jpg")
string $sort,… 'asc" or "desc" (default) for alphabetical ascending or descending list
Return value summary
array array
Zenphoto doc API documentation generated by ApiGen