[cpmfetch] element index

All elements
a b c d f g h i l m o p r s t u v
a
top
Method addDescriptionsToResultSet
Method addPathInfo
cpm_dao::addPathInfo() in cpmfetch_dao.php
Take an array of rows and add in tags for thumbnail, normal and large image paths
b
top
Variable $baseUrl
cpm_dtree::$baseUrl in dtree.php
c
top
Variable $cfCfg
cpm_dao::$cfCfg in cpmfetch_dao.php
Variable $cfDefaultComments
cpm_dao::$cfDefaultComments in cpmfetch_dao.php
Variable $cpmFetch
Method clearOptions
cpm::clearOptions() in cpmfetch.php
Method cpm
cpm::cpm() in cpmfetch.php
Creates the CpmFetch object
Class cpm
cpm in cpmfetch.php
CpmFetch allows you to easily access and display information from your Coppermine Photo Gallery (CPG) in a variety of ways. CpmFetch respects the privacy settings in your gallery and will not display images the public would not be allowed to see normally.
Page cpmfetch.php
cpmfetch.php in cpmfetch.php
Page cpmfetch_dao.php
cpmfetch_dao.php in cpmfetch_dao.php
Method cpm_close
cpm::cpm_close() in cpmfetch.php
Closes down open database connections and cleans up
Class cpm_dao
cpm_dao in cpmfetch_dao.php
This object handles all database transactions with the backend
Method cpm_dao
cpm_dao::cpm_dao() in cpmfetch_dao.php
Method cpm_debugMode
cpm_dao::cpm_debugMode() in cpmfetch_dao.php
Toggles cpmFetch into a debug mode (default: returns setting)
Class cpm_dtree
cpm_dtree in dtree.php
Method cpm_dtree
Method cpm_formatStats
cpm::cpm_formatStats() in cpmfetch.php
Outputs stats based on a format submitted
Method cpm_getAlbumListFrom
Generates a list of Albums based
Method cpm_getCategoryList
Method cpm_getConfigEntry
cpm_dao::cpm_getConfigEntry() in cpmfetch_dao.php
Returns a named config variable.
Method cpm_getMediaCount
cpm::cpm_getMediaCount() in cpmfetch.php
Returns number of items in the gallery, including private entries
Method cpm_getMediaCountAddedInLast
Returns number of items in the gallery for a time range
Method cpm_getMediaCountAddedSince
Returns number of items in the gallery, including private entries added since the date provided by the timestamp parameter
Method cpm_getMediaCountForAlbum
Returns number representing the number of items in an album, including private entries
Method cpm_getVersion
cpm::cpm_getVersion() in cpmfetch.php
Return the version of CpmFetch you are running.
Method cpm_listMediaAddedOverLastDays
Displays a list of category, album and count over past days. Supports the setReturnType option.
Method cpm_listMediaCount
Gets the number of items in the gallery.
Method cpm_listMediaCountForAlbum
Displays number representing the number of items in an album, including private entries.
Method cpm_listMediaCountFrom
Returns number of items in the gallery, including private entries, as defined by source or source = "" for everything
Method cpm_setDateFormat
cpm_dao::cpm_setDateFormat() in cpmfetch_dao.php
Sets the format as seen in the php DATE function to be used in rendering dates
Method cpm_setFilter
cpm_dao::cpm_setFilter() in cpmfetch_dao.php
Limits what types of media can be selected by this program
Method cpm_setMediaPrefixes
Allows you to change the default media prefixes settings for large are now ignored since cpg does not support it
Method cpm_setReturnType
cpm::cpm_setReturnType() in cpmfetch.php
Sets how most functions will handle returning information
Method cpm_showAlbumsUpdatedOverLastDays
Displays a list of albums with thumbnails and count over past days
Method cpm_showCategoriesUpdatedOverLastDays
Displays a list of albums with icons and count over past days
Method cpm_unlock_private
cpm_dao::cpm_unlock_private() in cpmfetch_dao.php
Toggles access to non-public photos (default: false)
Method cpm_viewLastAddedMedia
Displays images of last added media
Method cpm_viewLastAddedMediaFrom
Displays images of last added media for a specific category
Method cpm_viewLastAddedMediaFromAlbum
Displays images of last added media for a specific album
Method cpm_viewLastAddedMediaFromCategory
Displays images of last added media for a specific category
Method cpm_viewLastCommentedImages
Displays last comments with images
Method cpm_viewLastUpdatedAlbumsFrom
This (in thoery returns the last updated albums and the last photo added to them
Method cpm_viewMediaByPid
Selects one media item by the CPG pid (Picture Id)
Method cpm_viewMostVotedMediaFrom
Method cpm_viewRandomMedia
Displays random images from database
Method cpm_viewRandomMediaFrom
Displays random images from specific album or category
Method cpm_viewRandomMediaFromAlbum
Displays random images from specific album
Method cpm_viewRandomMediaFromCategory
Displays random images from specific category
Method cpm_viewRandomMostViewedMediaFrom
Method cpm_viewRandomTopRatedMediaFrom
Method cpm_viewTopRatedMediaFrom
Method createDescription
cpm_dao::createDescription() in cpmfetch_dao.php
Method createlink
cpm_dao::createlink() in cpmfetch_dao.php
Creates the href and img tags to be displayed
Method createOldFormatDescription
Method createTable
cpm::createTable() in cpmfetch.php
Creates a table to display images
d
top
Variable $dbconnection
cpm_dao::$dbconnection in cpmfetch_dao.php
Method dbConnect
cpm_dao::dbConnect() in cpmfetch_dao.php
Creates a connection to the gallery database
Method dbDisconnect
cpm_dao::dbDisconnect() in cpmfetch_dao.php
Calls a mysql_close on the current db connection.
Method dbExecuteSql
cpm_dao::dbExecuteSql() in cpmfetch_dao.php
Method debugPrint
cpm_dao::debugPrint() in cpmfetch_dao.php
Method debugPrint
cpm::debugPrint() in cpmfetch.php
Used for printing debug information. If will output the parameter directly, preceeding it with a newline, then inside HTML blockquote tag, followed by a newline.
Method destroy
cpm_dao::destroy() in cpmfetch_dao.php
Method dtree_addline
Page dtree.php
dtree.php in dtree.php
f
top
Variable $filetypefilter
cpm_dao::$filetypefilter in cpmfetch_dao.php
Method formatStats
cpm_dao::formatStats() in cpmfetch_dao.php
Provides shortcuts into different function that return data
g
top
Method getAlbumCount
cpm_dao::getAlbumCount() in cpmfetch_dao.php
Returns the number of albums in the database.
Method getAlbumListFrom
cpm_dao::getAlbumListFrom() in cpmfetch_dao.php
Method getCategoryCount
cpm_dao::getCategoryCount() in cpmfetch_dao.php
Returns the number of categories in the CPG database
Method getCategoryListFrom
cpm_dao::getCategoryListFrom() in cpmfetch_dao.php
Method getCommentCount
cpm_dao::getCommentCount() in cpmfetch_dao.php
Returns the number of comments in the CPG database
Method getdefaultimagename
cpm_dao::getdefaultimagename() in cpmfetch_dao.php
Method getHeaderContent
Method getImageToUse
cpm_dao::getImageToUse() in cpmfetch_dao.php
The following methods are not data access per say, but do provide data back independing of formatting, and I did not want to include another file...
Method getLastAddedMediaFrom
Method getLastImagesWithComments
Method getLastUpdatedAlbumsFrom
Method getMediaAddedSince
cpm_dao::getMediaAddedSince() in cpmfetch_dao.php
Returns a report of media added since a timestamp
Method getMediaAddedToCategoriesSince
Returns a report of media added since a timestamp
Method getMediaByPid
cpm_dao::getMediaByPid() in cpmfetch_dao.php
Method getMediaCount
cpm_dao::getMediaCount() in cpmfetch_dao.php
Method getMediaCountAddedSince
Method getMediaCountForAlbum
Method getMediaCountFrom
cpm_dao::getMediaCountFrom() in cpmfetch_dao.php
Method getMostVotedMediaFrom
Method getOption
cpm::getOption() in cpmfetch.php
Method getOptionAttributes
Method getPrefixToUse
cpm::getPrefixToUse() in cpmfetch.php
Method getRandomImageFrom
cpm_dao::getRandomImageFrom() in cpmfetch_dao.php
Returns a random image from a category in cpm
Method getRandomMostViewedMediaFrom
Method getRandomSeed
cpm_dao::getRandomSeed() in cpmfetch_dao.php
Method getRandomTopRatedMediaFrom
Method getTopRatedMediaFrom
Method getTree
Method getViewcount
cpm_dao::getViewcount() in cpmfetch_dao.php
Returns the total views across the entire CPG database
h
top
Method htmlTagAHREF
cpm::htmlTagAHREF() in cpmfetch.php
Method htmlTagIMG
cpm::htmlTagIMG() in cpmfetch.php
Method htmlTagTABLE
cpm::htmlTagTABLE() in cpmfetch.php
Method htmlTagTABLE_END
cpm::htmlTagTABLE_END() in cpmfetch.php
Method htmlTagTD
cpm::htmlTagTD() in cpmfetch.php
Method htmlTagTH
cpm::htmlTagTH() in cpmfetch.php
Method htmlTagTR
cpm::htmlTagTR() in cpmfetch.php
Method htmlTagTR_END
cpm::htmlTagTR_END() in cpmfetch.php
i
top
Method insertOptionAttributes
l
top
Variable $lastSQLErrorMessage
cpm_dao::$lastSQLErrorMessage in cpmfetch_dao.php
Variable $lastSQLRowsReturned
cpm_dao::$lastSQLRowsReturned in cpmfetch_dao.php
Method loadOptions
cpm::loadOptions() in cpmfetch.php
Sets the member $optionHash with user submission
m
top
Method makeSourceSql
cpm_dao::makeSourceSql() in cpmfetch_dao.php
o
top
Variable $optionHash
cpm::$optionHash in cpmfetch.php
This contains the option array that is submitted by the user.
p
top
Variable $privacyfilter
cpm_dao::$privacyfilter in cpmfetch_dao.php
r
top
Variable $resultArray
cpm_dao::$resultArray in cpmfetch_dao.php
This holds the results array as provided by the SQL call
Variable $returntype
cpm::$returntype in cpmfetch.php
Tracks the current returntype. Default is "print"
Page rss_lastadded.php
rss_lastadded.php in rss_lastadded.php
s
top
Variable $sqlPostSelect
cpm_dao::$sqlPostSelect in cpmfetch_dao.php
Variable $sqlSelect
cpm_dao::$sqlSelect in cpmfetch_dao.php
Variable $sqlTableSelect
cpm_dao::$sqlTableSelect in cpmfetch_dao.php
Variable $sqlUserDataLink
cpm_dao::$sqlUserDataLink in cpmfetch_dao.php
Variable $styleHash
cpm::$styleHash in cpmfetch.php
This contains the style information from the option array that is submitted by the user.
Page startingcpmfetch.php
startingcpmfetch.php in startingcpmfetch.php
t
top
Variable $treeTitle
u
top
Method urlEncodeImagePath
cpm_dao::urlEncodeImagePath() in cpmfetch_dao.php
v
top
Variable $VERSION
cpm_dao::$VERSION in cpmfetch_dao.php
Variable $VERSION
cpm::$VERSION in cpmfetch.php
This is the version number of this release of CpmFetch
a b c d f g h i l m o p r s t u v