Gerar link da rota no Controller
<?php $url = $this->url()->fromRoute('route', array('action' => 'action', 'param1' => 'param1')); ?>