File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ Service Accessors
180180 :rtype: string
181181
182182 Grabs the current RendererInterface-compatible class
183+ (:doc: `View <../outgoing/view_renderer >` class by default)
183184 and tells it to render the specified view. Simply provides
184185 a convenience method that can be used in Controllers,
185186 libraries, and routed closures.
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ Where *name* is the name of your view file.
4747
4848.. important :: If the file extension is omitted, then the views are expected to end with the **.php** extension.
4949
50+ .. note :: The ``view()`` function uses :doc:`view_renderer` internally.
51+
5052Now, create a file called **Blog.php ** in the **app/Controllers ** directory,
5153and put this in it:
5254
You can’t perform that action at this time.
0 commit comments