Мы рекомендуем использовать помощник url для создания ссылок.
url
Контроллер:
$this->view->uplevelLink = $this->_helper->url('action', 'controller');
Представление:
<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.