Get current url

Posted Date: September 1, 2009

This is a doozy but useful. Get the current URL anywhere in phtml or php files by using the core/url helper method.

$current_url = $this->helper(’core/url’)->getCurrentUrl();