Skip to content

Commit 56e11a6

Browse files
committed
minor #30 Moved the rest of the book chapters (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes #30). Discussion ---------- Moved the rest of the book chapters * `book/` directory is GONE * Leftover chapters moved as tutorials (I've maintained the original file names, but in the next days we'll update them to avoid idiotic paths such as `/propel/propel`, `/performance/performance`, etc. Commits ------- 7963397 Moved the rest of the book chapters
2 parents 4d3b468 + 7963397 commit 56e11a6

File tree

10 files changed

+7
-20
lines changed

10 files changed

+7
-20
lines changed

book/index.rst

-13
This file was deleted.

book/map.rst.inc

-5
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

book/propel.rst propel/propel.rst

File renamed without changes.

redirection_map

+5
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@
7777
/book/http_cache /http_cache
7878
/book/translation /translation
7979
/book/service_container /service_container
80+
/book/http_fundamentals /http_fundamentals
81+
/book/from_flat_php_to_symfony2 /introduction/from_flat_php_to_symfony2
82+
/book/configuration /configuration/configuration
83+
/book/propel /propel/propel
84+
/book/performance /performance/performance

service_container.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ for you. In order for this to work, you must *teach* the container how to
105105
create the ``Mailer`` service. This is done via configuration, which can
106106
be specified in YAML, XML or PHP:
107107

108-
.. include:: includes/_service_container_my_mailer.rst.inc
108+
.. include:: includes/service_container/_my_mailer.rst.inc
109109

110110
.. note::
111111

@@ -581,7 +581,7 @@ which has a ``getMailerMethod()`` method on it, which will return a string
581581
like ``sendmail`` based on some configuration. Remember that the first argument
582582
to the ``my_mailer`` service is the simple string ``sendmail``:
583583

584-
.. include:: includes/_service_container_my_mailer.rst.inc
584+
.. include:: includes/service_container/_my_mailer.rst.inc
585585

586586
But instead of hardcoding this, how could we get this value from the ``getMailerMethod()``
587587
of the new ``mailer_configuration`` service? One way is to use an expression:

0 commit comments

Comments
 (0)