About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
JustinCann
3/9/2017 - 4:27 PM
share
Share
add_circle_outline
Save
Get current URL of Joomla Page
Get current URL of Joomla Page
currenturl.php
content_copy
file_download
$currenturl = JURI::getInstance()->toString(array('path','query'));
clear