Return to Snippet

Revision: 57440
at May 26, 2012 05:53 by kevincam


Initial Code
$url = 'index.php?option=[[option]]&view=[[view]]';
$menu = $app->getMenu();
$menuItem = $menu->getItems( 'link', $url, true );
$Itemid = $menuItem->id;

Initial URL


Initial Description


Initial Title
How to get menu Itemid in your own components

Initial Tags
find, joomla

Initial Language
PHP