Function getFileInformation
Function returns file meta information from database (used when files were versionned or description is displayed)
Package: Core\Backend
Deprecated: [2015-05-21] This method is no longer supported (no replacement)
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Willi Man
Author: Timo Trautmann
Located at includes/functions.file.php
Deprecated: [2015-05-21] This method is no longer supported (no replacement)
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Willi Man
Author: Timo Trautmann
Located at includes/functions.file.php
integer |
$iIdClient |
id of client which contains this file |
string |
$sFilename |
name of corresponding file |
string |
$sType |
type of file (css, js or templates) |
|
$oDb |
CONTENIDO database object |
array
|
Indexes: - idsfi - Primary key of database record - created - Datetime when file was created - lastmodified - Datetime when file was last modified - author - Author of file (CONTENIDO Backend User) - modifiedby - Last modifier of file (CONTENIDO Backend User) - description - Description which was inserted for this file |
|
|
|