Ektron CMS400.Net Reference

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

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>


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.