XML Menu Function

The ecmGetMenuXML function wraps XML around the properties of a menu created in the Ektron CMS400.NET Workarea. Once created you can use the XML to display the menu. The ecmGetMenuXML function allows you to easily define how the menu data appears on the Web page.

<?php ecmGetMenuXML($Id); ?>

This function is basically the same as the XML Menu function in ASP. See XML Menu for details.

The only difference between the PHP function and the ASP one is the syntax for implementing it. The PHP example is below.

<?php ecmGetMenuXML(1); ?>

Previous TopicNext Topic|