We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa7fcf + 2425b29 commit 2711634Copy full SHA for 2711634
1 file changed
user_guide_src/source/general/helpers.rst
@@ -78,7 +78,7 @@ code into its own namespace, ``Example\Blog``. The files exist on our server at
78
**/Modules/Blog/Helpers/blog_helper.php**. Within our controller we could
79
use the following command to load the helper for us::
80
81
- helper('Modules\Blog\blog');
+ helper('Example\Blog\blog');
82
83
.. note:: The functions within files loaded this way are not truly namespaced.
84
The namespace is simply used as a convenient way to locate the files.
0 commit comments