In my view I need to draw full URL. Like this:
http://hostename.com/default/url
When I try to use $this->url(\'default\', array(1,2,3)
$this->url(\'default\', array(1,2,3)
There is a Zend\View\Helper\ServerUrl to create full url in zend view. Try below code in your view template.
serverUrl()?>