File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ sub-directory named **Helpers**. An example will help understand this.
8484
8585For this example, assume that we have grouped together all of our Blog-related
8686code into its own namespace, ``Example\Blog ``. The files exist on our server at
87- **/ Modules/Blog/ **. So, we would put our Helper files for the blog module in
88- **/ Modules/Blog/Helpers/ **. A **blog_helper ** file would be at
89- **/ Modules/Blog/Helpers/blog_helper.php **. Within our controller we could
87+ **Modules/Blog/ **. So, we would put our Helper files for the blog module in
88+ **Modules/Blog/Helpers/ **. A **blog_helper ** file would be at
89+ **Modules/Blog/Helpers/blog_helper.php **. Within our controller we could
9090use the following command to load the helper for us:
9191
9292.. literalinclude :: helpers/004.php
You can’t perform that action at this time.
0 commit comments