Skip to content

Instantly share code, notes, and snippets.

@irwinv
Created June 25, 2012 17:02
Show Gist options
  • Save irwinv/2989889 to your computer and use it in GitHub Desktop.
Save irwinv/2989889 to your computer and use it in GitHub Desktop.
Recuperer un pattern depuis twig
...Coté routing
TestBundle_testroute:
pattern: /{name}
defaults: { _controller: TestBundle:Default:test, name: defaultname
...Coté twig
{{ app.request.get('name') }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment