We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bb1e9 commit 98c6c6dCopy full SHA for 98c6c6d
1 file changed
user_guide_src/source/installation/upgrade_views.rst
@@ -16,8 +16,9 @@ What has been changed
16
17
- Your views look much like before, but they are invoked differently ... instead of CI3's
18
``$this->load->view('x');``, you can use ``return view('x');``.
19
-- CI4 supports *View Cells* to build your response in pieces, and *View Layouts* for page layout.
20
-- The template parser is still there, and substantially enhanced.
+- CI4 supports :doc:`../outgoing/view_cells` to build your response in pieces,
+ and :doc:`../outgoing/view_layouts` for page layout.
21
+- The :doc:`Template Parser <../outgoing/view_parser>` is still there, and substantially enhanced.
22
23
Upgrade Guide
24
=============
0 commit comments