Skip to content

Instantly share code, notes, and snippets.

@cagartner
Last active December 26, 2015 19:29
Show Gist options
  • Select an option

  • Save cagartner/7201317 to your computer and use it in GitHub Desktop.

Select an option

Save cagartner/7201317 to your computer and use it in GitHub Desktop.
Gerar link da rota no Controller
<?php
$url = $this->url()->fromRoute('route', array('action' => 'action', 'param1' => 'param1'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment