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 bce69e8 commit 382e32aCopy full SHA for 382e32a
user_guide_src/source/general/modules.rst
@@ -281,6 +281,6 @@ Model files are automatically discovered whenever using the :php:func:`model()`
281
Views
282
=====
283
284
-Views can be loaded using the class namespace as described in the :doc:`views </outgoing/views>` documentation:
+Views can be loaded using the class namespace as described in the :ref:`views <namespaced-views>` documentation:
285
286
.. literalinclude:: modules/012.php
user_guide_src/source/outgoing/views.rst
@@ -86,6 +86,8 @@ When doing so you will need to include the directory name loading the view. Exam
86
.. literalinclude:: views/004.php
87
:lines: 2-
88
89
+.. _namespaced-views:
90
+
91
Namespaced Views
92
================
93
0 commit comments