Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created April 23, 2013 20:41
Show Gist options
  • Save baldurrensch/5447190 to your computer and use it in GitHub Desktop.
Save baldurrensch/5447190 to your computer and use it in GitHub Desktop.
Mathcing URL
$router = $this->get('router');
$route = $router->match("/api/search/test");
print_r($route);
@ccapndave
Copy link

$url = $this->generateUrl($namedRoute, $params);
$url = preg_replace('/^\/app_dev\.php/', "", $url);
$route = $this->get("router")->match($url);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment