diff --git a/book/page_creation.rst b/book/page_creation.rst index 37e62d94253..e8c2c765978 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -181,7 +181,7 @@ at the end: } // ... - } + } .. code-block:: yaml @@ -272,7 +272,7 @@ easy, powerful and actually quite fun. So far, ``LuckyController`` doesn't extend any base class. The easiest way to use Twig - or many other tools in Symfony - is to extend Symfony's base :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` class:: - + // src/AppBundle/Controller/LuckyController.php // ... @@ -566,9 +566,9 @@ Ok, time to finish mastering the fundamentals by reading these chapters: * :doc:`/book/routing` * :doc:`/book/templating` -Then, learn about Symfony's :doc:`service container ` +Then, in the :doc:`Symfony Book `, learn about the :doc:`service container `, the :doc:`form system `, using :doc:`Doctrine ` -if you need to query a database and more. in the :doc:`Symfony Book `. +(if you need to query a database) and more! There's also a :doc:`Cookbook ` *packed* with more advanced "how to" articles to solve *a lot* of problems.