How do i make a link to the current page?
I've tried
$this->createUrl($this->route);, but it doesn't take params with it and
$this->createUrl($this->route,$_GET);seems kind of ugly?
Thanks.
Posted 12 June 2011 - 08:04 AM
$this->createUrl($this->route);, but it doesn't take params with it and
$this->createUrl($this->route,$_GET);seems kind of ugly?
Posted 12 June 2011 - 10:21 AM
Posted 10 July 2012 - 07:01 AM
Thomas Jensen, on 12 June 2011 - 08:04 AM, said:
Posted 10 July 2012 - 07:02 AM