We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dedd6 commit 3ef2a4dCopy full SHA for 3ef2a4d
book/templating.rst
@@ -670,6 +670,8 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):
670
Whenever you find that you need a variable or a piece of information that
671
you don't have access to in a template, consider rendering a controller.
672
Controllers are fast to execute and promote good code organization and reuse.
673
+This however does not mean however to create fat controllers but rather
674
+to create services used within thin controllers that just render those pieces.
675
676
Asynchronous Content with hinclude.js
677
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments