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>

Previous TopicNext Topic|