Ektron CMS400.Net Reference

>>Using Other Development Frameworks > CustomPHPFunctions > RSS List Summary Function

RSS List Summary Function

The RSS summary function is used to create an XML list of content summaries for RSS Syndication. Shown here is the format of the RSS list summary function:

<?php ecmRssSummary (“Folder”, Recursive, “OrderBy”, MaxNumber); ?>

This function is basically the same as the RSS Summary function in ASP. See RSS Summary Function for details.

The only difference between the PHP function and the ASP one is the syntax for implementing it. The PHP example is below.

<?php ecmRssSummary("\CMS400Developer\\", 0, "Title,asc", 0); ?>


Visit the Ektron Dev Center at http://dev.ektron.com 1-866 - 4 - EKTRON

Ektron CMS400.NET Reference Version 8.02 SP1 Rev 1

Ektron Documentation,© 2011 Ektron, Inc.