Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created June 27, 2012 05:13
Show Gist options
  • Save dragoonis/3001634 to your computer and use it in GitHub Desktop.
Save dragoonis/3001634 to your computer and use it in GitHub Desktop.
<?php
$controller->setHelper('routing', new RoutingHelper(
array_diff(array_keys($this->_matchedRoute), array('_module', '_controller', '_route'))
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment