[media] element index

Package indexes

All elements
a c d g h i m o p s u w
a
top
Variable $addDefaultProj
MED_CATEGORY_NODE::$addDefaultProj in MED_CATEGORY_NODE.phpclass
Variable $addDefaultProj
MED_CATEGORY::$addDefaultProj in MED_CATEGORY.phpclass
Method addNewFile
MED_CATEGORY_NODE::addNewFile() in MED_CATEGORY_NODE.phpclass
function adds a file to the category
Method addSubDirAsChild
MED_CATEGORY_NODE::addSubDirAsChild() in MED_CATEGORY_NODE.phpclass
adds a sub directory of $this->getRootDir() as child to the node all files in the direcotry are added to files
Method addUploadFile
MED_CATEGORY_NODE::addUploadFile() in MED_CATEGORY_NODE.phpclass
adds a file submitted with post
c
top
Variable $colPrevix
MED_FILE::$colPrevix in MED_FILE.phpclass
fields in $this->myTable starts with
Variable $colPrevix
MED_MIMETYPE::$colPrevix in MED_MIMETYPE.phpclass
fields in $this->myTable starts with
Method checkDir
MED_CATEGORY_NODE::checkDir() in MED_CATEGORY_NODE.phpclass
scans the category directory for files not in the database if $autoAdd the files are added to the database a array with ['NEW'] and ['BROKEN']
Method checkShowDate
MED_CATEGORY_NODE::checkShowDate() in MED_CATEGORY_NODE.phpclass
checks if the menu is to show from date
Method chkObjectClass
MED_FILE::chkObjectClass() in MED_FILE.phpclass
checks if the current class is the best for the mimetype if not a new object is returned with the class from the mime table
Method createZip
MED_FILE::createZip() in MED_FILE.phpclass
creates a zip file from the file
Method curUserCanOpen
MED_FILE::curUserCanOpen() in MED_FILE.phpclass
returns if the current user can open the file
Method curUserCanOpen
MED_CATEGORY_NODE::curUserCanOpen() in MED_CATEGORY_NODE.phpclass
returns if the current user can open the category (is group member of MEC_DWNLGRP or has higher rights)
Method curUserCanUpload
MED_CATEGORY_NODE::curUserCanUpload() in MED_CATEGORY_NODE.phpclass
returns if the current user can upload a file to the category (is group member of MEC_UPLOADGRP or has higher rights)
Method curUserIsAdmin
MED_CATEGORY_NODE::curUserIsAdmin() in MED_CATEGORY_NODE.phpclass
returns if the current user is admin of the category (is group member of MEC_ADMINGRP or has higher rights)
d
top
Method dbDelete
MED_FILE::dbDelete() in MED_FILE.phpclass
deletes the file
Method dbGetForm
MED_FILE::dbGetForm() in MED_FILE.phpclass
returns a database form
Method dbInsert
MED_FILE::dbInsert() in MED_FILE.phpclass
inserts a new file
Method dbInsert
MED_CATEGORY_NODE::dbInsert() in MED_CATEGORY_NODE.phpclass
inserts a new category and creates the category directory
g
top
Method getChildQueryString
MED_CATEGORY_NODE::getChildQueryString() in MED_CATEGORY_NODE.phpclass
echos a tree intend called by write children
Method getDBRow
MED_MIMETYPE::getDBRow() in MED_MIMETYPE.phpclass
returns parent::getDBRow($withoutNull,$debug) after setting the non database objects to the column values
Method getDBRow
MED_FILE::getDBRow() in MED_FILE.phpclass
returns a field => value array
Method getDownlaodLink
MED_FILE::getDownlaodLink() in MED_FILE.phpclass
returns the download url of the file
Method getFileName
MED_FILE::getFileName() in MED_FILE.phpclass
returns the file name (used for downloads,online views ...)
Method getFilePath
MED_FILE::getFilePath() in MED_FILE.phpclass
returns the absolute system file path
Method getFileSize
MED_FILE::getFileSize() in MED_FILE.phpclass
returns the filesize of the media file
Method getHTMLListTag
MED_FILE::getHTMLListTag() in MED_FILE.phpclass
gets the html list tag representing the file
Method getHTMLSelectOptionList
returns a html code to use in select elements
Method getId
MED_FILE::getId() in MED_FILE.phpclass
Method getMIMEType
MED_FILE::getMIMEType() in MED_FILE.phpclass
gets the mime type string from T_MED_MIMETYPES if no mimetype is set 'application/octet-stream' is returned
Method getMyLink
MED_FILE::getMyLink() in MED_FILE.phpclass
retuns the link url to the file
Method getNewFileName
MED_CATEGORY_NODE::getNewFileName() in MED_CATEGORY_NODE.phpclass
returns a file name which is not used and save to use
Method getProjId
MED_CATEGORY_NODE::getProjId() in MED_CATEGORY_NODE.phpclass
Method getRootDir
MED_CATEGORY_NODE::getRootDir() in MED_CATEGORY_NODE.phpclass
returns the root dir of this category
Method getStateId
MED_FILE::getStateId() in MED_FILE.phpclass
Method getStateId
MED_CATEGORY_NODE::getStateId() in MED_CATEGORY_NODE.phpclass
returns the state id of the node (MEC_STATE)
Method getTitle
MED_FILE::getTitle() in MED_FILE.phpclass
Method getTitle
MED_CATEGORY_NODE::getTitle() in MED_CATEGORY_NODE.phpclass
returns the Title
Method getUploadDir
MED_CATEGORY_NODE::getUploadDir() in MED_CATEGORY_NODE.phpclass
returns the path where to place upload files
h
top
Variable $hasChildrenToShowTS
MED_CATEGORY_NODE::$hasChildrenToShowTS in MED_CATEGORY_NODE.phpclass
Method hasChildrenToShow
MED_CATEGORY_NODE::hasChildrenToShow() in MED_CATEGORY_NODE.phpclass
checks if the node has children which are on
i
top
Method isOffPath
MED_CATEGORY_NODE::isOffPath() in MED_CATEGORY_NODE.phpclass
Method isToShow
MED_CATEGORY_NODE::isToShow() in MED_CATEGORY_NODE.phpclass
checks if the node is on
m
top
Variable $myChildClass
MED_CATEGORY_NODE::$myChildClass in MED_CATEGORY_NODE.phpclass
Variable $myChildClass
MED_CATEGORY::$myChildClass in MED_CATEGORY.phpclass
Variable $myClassSrcFile
MED_FILE::$myClassSrcFile in MED_FILE.phpclass
Variable $myGlobalTreeKey
MED_CATEGORY::$myGlobalTreeKey in MED_CATEGORY.phpclass
Variable $myGlobalTreeKey
MED_CATEGORY_NODE::$myGlobalTreeKey in MED_CATEGORY_NODE.phpclass
Variable $myIdFld
MED_CATEGORY::$myIdFld in MED_CATEGORY.phpclass
Variable $myIdFld
MED_CATEGORY_NODE::$myIdFld in MED_CATEGORY_NODE.phpclass
Variable $myParentFld
MED_CATEGORY::$myParentFld in MED_CATEGORY.phpclass
Variable $myParentFld
MED_CATEGORY_NODE::$myParentFld in MED_CATEGORY_NODE.phpclass
Variable $mySortFld
MED_CATEGORY::$mySortFld in MED_CATEGORY.phpclass
Variable $mySortFld
MED_CATEGORY_NODE::$mySortFld in MED_CATEGORY_NODE.phpclass
Variable $myTable
MED_MIMETYPE::$myTable in MED_MIMETYPE.phpclass
name of the db table
Variable $myTable
MED_FILE::$myTable in MED_FILE.phpclass
name of the db table
Variable $myTable
MED_CATEGORY_NODE::$myTable in MED_CATEGORY_NODE.phpclass
Variable $myTable
MED_CATEGORY::$myTable in MED_CATEGORY.phpclass
Page MED_CATEGORY.phpclass
MED_CATEGORY.phpclass in MED_CATEGORY.phpclass
Page MED_CATEGORY_NODE.phpclass
MED_CATEGORY_NODE.phpclass in MED_CATEGORY_NODE.phpclass
Page MED_FILE.phpclass
MED_FILE.phpclass in MED_FILE.phpclass
Page MED_IMAGE.phpclass
MED_IMAGE.phpclass in MED_IMAGE.phpclass
Page MED_MIMETYPE.phpclass
MED_MIMETYPE.phpclass in MED_MIMETYPE.phpclass
Page MED_OBJECT.phpclass
MED_OBJECT.phpclass in MED_OBJECT.phpclass
Page MED_PHPINC.phpclass
MED_PHPINC.phpclass in MED_PHPINC.phpclass
Page MED_TABLEOBJ.phpclass
MED_TABLEOBJ.phpclass in MED_TABLEOBJ.phpclass
Class MED_CATEGORY
MED_CATEGORY in MED_CATEGORY.phpclass
ABSTRACT class DBMS_TREE to handel table tree data in an object
Method MED_CATEGORY_NODE
MED_CATEGORY_NODE::MED_CATEGORY_NODE() in MED_CATEGORY_NODE.phpclass
constructor
Class MED_CATEGORY_NODE
MED_CATEGORY_NODE in MED_CATEGORY_NODE.phpclass
media category tree node
Method MED_FILE
MED_FILE::MED_FILE() in MED_FILE.phpclass
Class MED_FILE
MED_FILE in MED_FILE.phpclass
Class MED_FILE
Class MED_MIMETYPE
MED_MIMETYPE in MED_MIMETYPE.phpclass
Class MED_MIMETYPE
Method MED_MIMETYPE
MED_MIMETYPE::MED_MIMETYPE() in MED_MIMETYPE.phpclass
init the object and populates the object if aId
Constant MEF_FILE_NOT_FOUND
MEF_FILE_NOT_FOUND in MED_FILE.phpclass
o
top
Variable $objValues
MED_MIMETYPE::$objValues in MED_MIMETYPE.phpclass
value array of DBMS_FORM Fields added to the input form
Variable $offPath
MED_CATEGORY_NODE::$offPath in MED_CATEGORY_NODE.phpclass
Variable $openGroups
MED_MIMETYPE::$openGroups in MED_MIMETYPE.phpclass
members of this group can download or view the file
p
top
Variable $projId
MED_CATEGORY_NODE::$projId in MED_CATEGORY_NODE.phpclass
Variable $projId
MED_CATEGORY::$projId in MED_CATEGORY.phpclass
Method populate
MED_CATEGORY::populate() in MED_CATEGORY.phpclass
populates the children
Method projId_IsSet
MED_CATEGORY_NODE::projId_IsSet() in MED_CATEGORY_NODE.phpclass
returns if we have set a projId
Method projId_IsSet
MED_CATEGORY::projId_IsSet() in MED_CATEGORY.phpclass
returns if we have set a projId
s
top
Method sendHttpDownload
MED_FILE::sendHttpDownload() in MED_FILE.phpclass
echos the file with header information to force browser saving the file
Method sendHttpFile
MED_FILE::sendHttpFile() in MED_FILE.phpclass
sets header and passthru the file
Method setAddDefaulProj_OnOff
MED_CATEGORY_NODE::setAddDefaulProj_OnOff() in MED_CATEGORY_NODE.phpclass
sets $addDefaultProj
Method setAddDefaulProj_OnOff
sets $addDefaultProj
Method setChildClassVar
MED_CATEGORY::setChildClassVar() in MED_CATEGORY.phpclass
sets child class vars
Method setChildClassVar
MED_CATEGORY_NODE::setChildClassVar() in MED_CATEGORY_NODE.phpclass
sets child class vars
Method setDBRow
MED_MIMETYPE::setDBRow() in MED_MIMETYPE.phpclass
sets a database row to the object fields
Method setDBRow
MED_FILE::setDBRow() in MED_FILE.phpclass
sets a database row to the object fields
Method setFile
MED_FILE::setFile() in MED_FILE.phpclass
sets file with attribs
Method setFileFromSource
MED_FILE::setFileFromSource() in MED_FILE.phpclass
moves the file from a source on the server to the category dir returns the full path to the file
Method setFileFromUpload
MED_FILE::setFileFromUpload() in MED_FILE.phpclass
sets the file values from a php $_FILES array by setting MEF_NAME and calling setFileFromSource() and finaly calling setMIMEfromExtension
Method setFORMPOST
MED_FILE::setFORMPOST() in MED_FILE.phpclass
sets post array with form checks
Method setMIMEfromExtension
tries to get mimetype from file extension
Method setMIMEType
MED_FILE::setMIMEType() in MED_FILE.phpclass
sets dem MIME-Type Id
Method setOffPath
MED_CATEGORY_NODE::setOffPath() in MED_CATEGORY_NODE.phpclass
sets offPath
Method setRootDir
MED_CATEGORY_NODE::setRootDir() in MED_CATEGORY_NODE.phpclass
sets the root dir an returns if the directory exists
Method setTitle
MED_CATEGORY_NODE::setTitle() in MED_CATEGORY_NODE.phpclass
sets the Title
Method set_projId
MED_CATEGORY::set_projId() in MED_CATEGORY.phpclass
sets the projectID
Method set_projId
MED_CATEGORY_NODE::set_projId() in MED_CATEGORY_NODE.phpclass
sets the projectID
u
top
Variable $uploadGroups
MED_MIMETYPE::$uploadGroups in MED_MIMETYPE.phpclass
default only admin can upload any file type
Method userCanAdd
MED_CATEGORY_NODE::userCanAdd() in MED_CATEGORY_NODE.phpclass
returns if current user can add subcategories or files (checks MEC_UPLOADGRP)
w
top
Method writeTableRowChildren
MED_CATEGORY_NODE::writeTableRowChildren() in MED_CATEGORY_NODE.phpclass
echos a tree intend called by write children
Method writeTableRowThis
MED_CATEGORY_NODE::writeTableRowThis() in MED_CATEGORY_NODE.phpclass
echos a the row in a table OVERRIDE IN SUB CLASS to change layout
a c d g h i m o p s u w