Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c464e commit e3265ceCopy full SHA for e3265ce
book/routing.rst
@@ -1223,7 +1223,7 @@ Generating URLs with Query Strings
1223
The ``generate`` method takes an array of wildcard values to generate the URI.
1224
But if you pass extra ones, they will be added to the URI as a query string::
1225
1226
- $this-get('router')->generate('blog', array('page' => 2, 'category' => 'Symfony'));
+ $this->get('router')->generate('blog', array('page' => 2, 'category' => 'Symfony'));
1227
// /blog/2?category=Symfony
1228
1229
Generating URLs from a template
0 commit comments