|
eZ Publish
[trunk]
|
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 |
| $cacheTime = intval( $config->variable( 'RSSSettings', 'CacheTime' ) ) |
| if (!$RSSExport) $config = eZINI::instance( 'site.ini' ) |
| if (!isset($Params['RSSFeed'])) $feedName = $Params['RSSFeed'] |
| $RSSExport = eZRSSExport::fetchByName( $feedName ) |
' . $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().