We recommend using the url helper for creating links.
url
Controller:
$this->view->uplevelLink = $this->_helper->url('action', 'controller');
View:
<a href="<?php echo $this->url(array( 'controller' => 'index', 'action' => 'index', )); ?>">Link</a>
Is this page helpful?
Yes No
Thank you for the feedback! Please tell us if we can improve further.
Sorry to hear that. Please tell us how we can improve.