eZ Publish  [trunk]
updateviewcount.php File Reference

Go to the source code of this file.

Variables

 $contentHash = array()
 $dt = new eZDateTime()
 $hasStartLine = false
 $lastLine = ""
 $logFileIni = eZINI::instance( 'logfile.ini' )
 $logFilePath = $logFileIni->variable( 'AccessLogFileSettings', 'StorageDir' ) . '/' . $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' )
 $nodeIDHashCounter = array()
 $nonContentHash = array()
 $pathHashCounter = array()
 $pathPrefixes = $logFileIni->variable( 'AccessLogFileSettings', 'PathPrefix' )
 $pathPrefixesCount = count( $pathPrefixes )
 $prefixes = $logFileIni->variable( 'AccessLogFileSettings', 'SitePrefix' )
 $startLine = ""
 $startTime = ":" . $dt->second()
 $updateViewLogPath = "/updateview.log"

Variable Documentation

$contentHash = array()

Definition at line 53 of file updateviewcount.php.

$dt = new eZDateTime()

Definition at line 14 of file updateviewcount.php.

Referenced by Cpdf\ellipse().

$hasStartLine = false

Definition at line 22 of file updateviewcount.php.

$lastLine = ""

Definition at line 44 of file updateviewcount.php.

Referenced by eZTemplateMultiPassParser\gotoEndPosition().

$logFileIni = eZINI::instance( 'logfile.ini' )

Definition at line 45 of file updateviewcount.php.

$logFilePath = $logFileIni->variable( 'AccessLogFileSettings', 'StorageDir' ) . '/' . $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' )

Definition at line 46 of file updateviewcount.php.

$nodeIDHashCounter = array()

Definition at line 51 of file updateviewcount.php.

$nonContentHash = array()

Definition at line 54 of file updateviewcount.php.

$pathHashCounter = array()

Definition at line 52 of file updateviewcount.php.

$pathPrefixes = $logFileIni->variable( 'AccessLogFileSettings', 'PathPrefix' )

Definition at line 48 of file updateviewcount.php.

$pathPrefixesCount = count( $pathPrefixes )

Definition at line 49 of file updateviewcount.php.

$prefixes = $logFileIni->variable( 'AccessLogFileSettings', 'SitePrefix' )
$startTime = ":" . $dt->second()
$updateViewLogPath = "/updateview.log"

Definition at line 24 of file updateviewcount.php.