We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87897ec commit e2b83e5Copy full SHA for e2b83e5
1 file changed
user_guide_src/source/general/helpers.rst
@@ -139,7 +139,7 @@ functions:
139
140
.. literalinclude:: helpers/006.php
141
142
-The ``helper()`` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
+The :php:func:`helper()` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
143
and load in ALL matching helpers of the same name. This allows any module's helpers
144
to be loaded, as well as any helpers you've created specifically for this application. The load order
145
is as follows:
0 commit comments