如何根据其 ID 找到 Menuitem 的正确 SEF url?
$link = JRoute::_( $menus->getItem( $id )->link.'&lang='.$languages[ $code ]->sef, true );
提供类似的东西:
http://localhost/<path>/component/content/?view=featured
但我想要的是从菜单生成的 url,即:
http://localhost/<path>/<lang-sef-code>/<path>
我怎样才能做到这一点?