php - Joomla Retrieve current route in module -
this feel should easy, after hour far scouring web not seem jumping out.
what want have module trigger task in component, redirect last page.
to want current route in modules form. cannot find joomla function can output current pages "jroute", if try use jroute no parameters outputs url no query, every method of juri.
there must obvious answer this, reason might not searching right thing , not turning results.
try:
juri::getinstance()->tostring() this give current url.
Comments
Post a Comment