Skip to content

Instantly share code, notes, and snippets.

@geggleto
Created February 25, 2015 16:34
Show Gist options
  • Select an option

  • Save geggleto/a8044460432b2265b83c to your computer and use it in GitHub Desktop.

Select an option

Save geggleto/a8044460432b2265b83c to your computer and use it in GitHub Desktop.
$route = $app->router()->getNamedRoute($route_name);
$route->setParams($param);
ob_start();
$route->dispatch();
$contents = ob_get_clean();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment