Ektron CMS400.Net Reference

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

List Summary Function

The list summary function is used to display the list of content summaries on a Web page. Here is the format of the list summary function.

<?php ecmListSummary ( "Folder",

Recursive,

ShowSummary,

"StyleInfo",

"OrderBy",

"ShowInfo",

MaxNumber,

"Spare 1",

"Spare2");

?>

This function is basically the same as the List Summary function in ASP. See List 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.

List Summary Example

<TR>

<TD>

<?PHP ecmListSummary ("\Marketing\News",0,1,"",

"Title,asc","DateModified",0,"",""); ?>

</TD>

</TR>


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.