eZ Publish  [4.0]
updateviewcount.php File Reference

Go to the source code of this file.

Variables

 $contentArray = array()
 $day = $dt->day()
 $db = eZDB::instance()
 $dt = new eZDateTime()
 $fileDir = $logFileIni->variable( 'AccessLogFileSettings', 'StorageDir' )
 $fileName = $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' )
 $hasStartLine = false
 $hour = $dt->hour()
 $ini = eZINI::instance()
 $lastLine = ""
 $logDir = $ini->variable( 'FileSettings', 'LogDir' )
 $logFileIni = eZINI::instance( 'logfile.ini' )
 $logFilePath = $fileDir . '/' . $fileName
 $minute = $dt->minute()
 $month = date( 'M', time() )
 $nodeIDArray = array()
 $nonContentArray = array()
 $pathArray = array()
 $prefixes = $logFileIni->variable( 'AccessLogFileSettings', 'SitePrefix' )
 $second = $dt->second()
 $startLine = ""
 $startTime = ":" . $second
 $sys = eZSys::instance()
 $updateViewLog = "updateview.log"
 $updateViewLogPath = "/" . $updateViewLog
 $varDir = $sys->varDirectory()
 $year = $dt->year()

Detailed Description

Definition in file updateviewcount.php.


Variable Documentation

$contentArray = array()

Definition at line 60 of file updateviewcount.php.

$db = eZDB::instance()

Definition at line 74 of file updateviewcount.php.

$dt = new eZDateTime()

Definition at line 46 of file updateviewcount.php.

Referenced by Cpdf\ellipse().

$fileDir = $logFileIni->variable( 'AccessLogFileSettings', 'StorageDir' )

Definition at line 66 of file updateviewcount.php.

Referenced by eZExtension\findExtensionType().

$fileName = $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' )

Definition at line 67 of file updateviewcount.php.

Referenced by eZWebDAVServer\appendLogEntry(), eZINI\create(), eZPaymentLogger\CreateForAdd(), eZImageLayer\createForFile(), eZPaymentLogger\CreateNew(), eZContentObjectPackageHandler\createObjectListNode(), eZTemplateNodeTool\createResourceAcquisitionNode(), eZMediaType\deleteStoredObjectAttribute(), eZBinaryFileType\deleteStoredObjectAttribute(), eZContentObjectEditHandler\executeInputHandlers(), eZContentObjectEditHandler\executePublish(), eZINI\exists(), eZINI\eZINI(), eZPaymentLogger\eZPaymentLogger(), eZINI\fetchFromFile(), eZContentObjectPackageHandler\fetchObjectFromFile(), filePathForBinaryFile(), eZExtension\findExtensionType(), eZImageAliasHandler\generateXMLData(), eZDataType\getDBAExtensionFilePath(), eZDataType\getDBAFilePath(), eZFilePassthroughHandler\handleFileDownload(), eZContentObjectEditHandler\initialize(), eZBinaryFileType\insertRegularFile(), eZMediaType\insertRegularFile(), eZFilePackageHandler\install(), eZINI\instance(), eZINI\isSettingReadOnly(), eZINI\loadCache(), eZTextFileUser\loginUser(), eZINI\parameterSet(), eZPackage\parseDOMTree(), eZPlainTextParser\parseFile(), eZImageVariation\requestVariation(), eZContentCache\restore(), eZLog\rotateLog(), eZDebug\rotateLog(), eZINI\save(), eZImageInterface\store(), eZStaticCache\storeCache(), eZMedia\storedFileInfo(), eZBinaryFile\storedFileInfo(), eZImageType\storedFileInformation(), eZBinaryFileHandler\storedFilename(), eZMediaType\trashStoredObjectAttribute(), eZImageType\trashStoredObjectAttribute(), eZBinaryFileType\trashStoredObjectAttribute(), eZDir\unlinkWildcard(), eZLog\write(), eZDebug\write(), eZDebug\writeFile(), and eZLog\writeStorageLog().

$hasStartLine = false

Definition at line 82 of file updateviewcount.php.

$ini = eZINI::instance()

Definition at line 64 of file updateviewcount.php.

$lastLine = ""

Definition at line 104 of file updateviewcount.php.

Referenced by eZTemplateMultiPassParser\gotoEndPosition().

$logDir = $ini->variable( 'FileSettings', 'LogDir' )
$logFileIni = eZINI::instance( 'logfile.ini' )

Definition at line 65 of file updateviewcount.php.

$logFilePath = $fileDir . '/' . $fileName

Definition at line 105 of file updateviewcount.php.

$nonContentArray = array()

Definition at line 62 of file updateviewcount.php.

$prefixes = $logFileIni->variable( 'AccessLogFileSettings', 'SitePrefix' )
$startTime = ":" . $second

Definition at line 53 of file updateviewcount.php.

Referenced by displayProgress(), and eZDebug\printReportInternal().

$sys = eZSys::instance()

Definition at line 77 of file updateviewcount.php.

$updateViewLog = "updateview.log"

Definition at line 79 of file updateviewcount.php.

$updateViewLogPath = "/" . $updateViewLog

Definition at line 84 of file updateviewcount.php.