Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user_guide_src/source/general/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ code into its own namespace, ``Example\Blog``. The files exist on our server at
**/Modules/Blog/Helpers/blog_helper.php**. Within our controller we could
use the following command to load the helper for us::

helper('Modules\Blog\blog');
helper('Example\Blog\blog');

.. note:: The functions within files loaded this way are not truly namespaced.
The namespace is simply used as a convenient way to locate the files.
Expand Down