A method to select the current item of $menu_name in terms of $cnt, i.e., very likely, in terms of its line number in the corresponding menu structure file (excluding from the count commented out lines, if any)
Tags:
access:
public
Parameters:
string
$menu_name
the name of the menu for which the current item has to be selected
integer
$count
the line number of the current item in the corresponding menu structure file (excluding from the count commented out lines, if any)
A method to select the current item of $menu_name in terms of the corresponding id (see the DB table structure); obviously, this method can be used only together with the DB support
Tags:
access:
public
Parameters:
string
$menu_name
the name of the menu for which the current item has to be selected
integer
$id
the id of the current item in the corresponding DB table
A method to select the current item of $menu_name specifying a regular expression that matches (a substring of) the current URL; just the same as the setSelectedItemByUrl() method, but using eregi() instead of strpos()
Tags:
access:
public
Parameters:
string
$menu_name
the name of the menu for which the current item has to be selected
string
$url_eregi
the regular expression that matches (a substring of) the current URL