File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -670,8 +670,9 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):
670
670
Whenever you find that you need a variable or a piece of information that
671
671
you don't have access to in a template, consider rendering a controller.
672
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.
673
+ This however should not encourage many fat controllers but rather
674
+ to create services used within few view-oriented thin controllers that
675
+ just render those pieces needed.
675
676
676
677
Asynchronous Content with hinclude.js
677
678
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments