In View:
Blank URL: Html->Url('/') ?>
Blank Full Url: Html->Url('/', true) ?>
Current URL: Html->Url($this->here) ?>
Current Full URL: Html->Url($this->here, true) ?>
In Controller
Blank URL:
Blank Full Url:
Current URL: request->here()) ?>
Current Full URL: request->here(), true) ?>