Single Summary Function

The single summary function is used to display the summary of one content block in the Ektron CMS400.NET Web site, instead of a list of all the summaries in a content folder. Seen below is the single summary function:

<?php ecmSingleSummary( “ContentID”,

ShowSummary,

“StyleInfo”,

“ShowInfo”,

“Spare1”);

?>

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

Single Summary Example

<TR>

   <TD>

       <?PHP ecmSingleSummary ("14",1,"","DateModified",""); ?>

   </TD>

</TR>

Previous TopicNext Topic|