Skip to content

Commit

Permalink
Edited book/from_flat_php_to_symfony2.rst via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
garak authored and weaverryan committed Sep 20, 2011
1 parent a7ba561 commit 97e642e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/from_flat_php_to_symfony2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,9 @@ The layout is nearly identical:

When Symfony2's engine (called the ``Kernel``) boots up, it needs a map so
that it knows which controllers to execute based on the request information.
A routing configuration map provides this information in a readable format::
A routing configuration map provides this information in a readable format:

.. code-block:: yaml
# app/config/routing.yml
blog_list:
Expand Down

0 comments on commit 97e642e

Please sign in to comment.