We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082f294 commit e9812ffCopy full SHA for e9812ff
1 file changed
user_guide_src/source/general/helpers.rst
@@ -187,8 +187,9 @@ functions:
187
188
The :php:func:`helper()` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
189
and load in ALL matching helpers of the same name. This allows any module's helpers
190
-to be loaded, as well as any helpers you've created specifically for this application. The load order
191
-is as follows:
+to be loaded, as well as any helpers you've created specifically for this application.
+
192
+The load order is as follows:
193
194
1. app/Helpers - Files loaded here are always loaded first.
195
2. {namespace}/Helpers - All namespaces are looped through in the order they are defined.
0 commit comments