eZ Publish  [trunk]
feed.php File Reference

Go to the source code of this file.

Variables

 $cacheTime = intval( $config->variable( 'RSSSettings', 'CacheTime' ) )
if(!$RSSExport) $config = eZINI::instance( 'site.ini' )
if(!isset($Params['RSSFeed'])) $feedName = $Params['RSSFeed']
 $lastModified = gmdate( 'D, d M Y H:i:s', time() ) . ' GMT'
 $Module = $Params['Module']
 $RSSExport = eZRSSExport::fetchByName( $feedName )
if($RSSExport->attribute(
'rss_version')=== 'ATOM')
header( 'Content-Type 
charset

Variable Documentation

$cacheTime = intval( $config->variable( 'RSSSettings', 'CacheTime' ) )

Definition at line 28 of file feed.php.

if (!$RSSExport) $config = eZINI::instance( 'site.ini' )

Definition at line 27 of file feed.php.

if (!isset($Params['RSSFeed'])) $feedName = $Params['RSSFeed']

Definition at line 17 of file feed.php.

$lastModified = gmdate( 'D, d M Y H:i:s', time() ) . ' GMT'

Definition at line 30 of file feed.php.

$Module = $Params['Module']

Definition at line 9 of file feed.php.

$RSSExport = eZRSSExport::fetchByName( $feedName )

Definition at line 18 of file feed.php.

if ($RSSExport->attribute( 'rss_version')=== 'ATOM') header( 'Content-Type charset
Initial value:
' . $httpCharset );
else
    header( 'Content-Type: application/rss+xml

Definition at line 94 of file feed.php.

Referenced by ezpClusterGateway\__construct(), ezpDbMySQLiClusterGateway\connect(), ezpDfsMySQLiClusterGateway\connect(), and ezpDbMySQLClusterGateway\connect().