We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c647f commit 8e720e9Copy full SHA for 8e720e9
book/controller.rst
@@ -335,14 +335,14 @@ working with forms, for example::
335
Creating Static Pages
336
---------------------
337
338
+.. versionadded:: 2.2
339
+The ability to cache templates rendered via ``FrameworkBundle:Template:template``
340
+ is new in Symfony 2.2.
341
+
342
You can create a static page without creating any controller. Using only the
343
routing file, you just have to indicate the "FrameworkBundle:Template:template"
344
as the controller and the logical path of your template.
345
-.. versionadded:: 2.2
- The ability to cache templates rendered via ``FrameworkBundle:Template:template``
- is new in Symfony 2.2.
-
346
Use it ! See :doc:`cookbook/templating/render_without_controller`.
347
348
The Base Controller Class
0 commit comments