@@ -94,9 +94,8 @@ for you to use in your controller (keep reading). The ``blog_show`` is the
9494internal name of the route, which doesn't have any meaning yet and just needs
9595to be unique. Later, you'll use it to generate URLs.
9696
97- If you don't want to use annotations, because you don't like them or because
98- you don't want to depend on the SensioFrameworkExtraBundle, you can also use
99- Yaml, XML or PHP. In these formats, the ``_controller `` parameter is a special
97+ If you don't want to use annotations, you can also use Yaml, XML or PHP. In these
98+ formats, the ``_controller `` parameter is a special
10099key that tells Symfony which controller should be executed when a URL matches
101100this route. The ``_controller `` string is called the
102101:ref: `logical name <controller-string-syntax >`. It follows a pattern that
@@ -272,8 +271,8 @@ will be explained shortly in the :ref:`controller-string-syntax` section.
272271.. index ::
273272 single: Routing; Placeholders
274273
275- Routing with Placeholders
276- ~~~~~~~~~~~~~~~~~~~~~~~~~
274+ Dynamic Routing with Placeholders
275+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
277276
278277Of course the routing system supports much more interesting routes. Many
279278routes will contain one or more named "wildcard" placeholders:
0 commit comments