Skip to content

Commit

Permalink
Complete rewrote FrameworkBundle config reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jan 2, 2015
1 parent 8bd694f commit 2a587f1
Show file tree
Hide file tree
Showing 4 changed files with 859 additions and 256 deletions.
2 changes: 2 additions & 0 deletions book/http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,8 @@ of the master page.
With ESI, the full page cache will be valid for 600 seconds, but the news
component cache will only last for 60 seconds.

.. _book-http_cache-fragments:

When using a controller reference, the ESI tag should reference the embedded
action as an accessible URL so the gateway cache can fetch it independently of
the rest of the page. Symfony takes care of generating a unique URL for any
Expand Down
2 changes: 2 additions & 0 deletions book/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ Controllers are fast to execute and promote good code organization and reuse.
Of course, like all controllers, they should ideally be "skinny", meaning
that as much code as possible lives in reusable :doc:`services </book/service_container>`.

.. _book-templating-hinclude:

Asynchronous Content with hinclude.js
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 3 additions & 1 deletion book/translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,9 @@ as the locale for the current request.
You can now use the locale to create routes to other translated pages
in your application.

Setting a default Locale
.. _book-translation-default-locale:

Setting a Default Locale
~~~~~~~~~~~~~~~~~~~~~~~~

What if the user's locale hasn't been determined? You can guarantee that a
Expand Down
Loading

0 comments on commit 2a587f1

Please sign in to comment.