Ektron CMS400.Net Reference
The search display custom function created the area where all the search results show after the search has been executed.
Here is the format of the ecmSearchDisplay function:
<?php ecmSearchDisplay( MaxNumbers,"StyleInfo", ShowDate ); ?>
This function is basically the same as the Search Display function in ASP. See Search Display 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.
<tr>
<td>
<?php ecmSearchDisplay( 0,"",1); ?>
</td>
</tr>