We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5307dbf commit 3cd0559Copy full SHA for 3cd0559
1 file changed
user_guide_src/source/general/helpers.rst
@@ -45,8 +45,7 @@ Loading a helper file is quite simple using the following method:
45
46
.. literalinclude:: helpers/001.php
47
48
-Where ``name`` is the file name of the helper, without the "**.php**" file
49
-extension or the "**_helper**" part.
+The above code loads the **name_helper.php** file.
50
51
.. important:: CodeIgniter helper file names are all lowercase.
52
Therefore, ``helper('Name')`` will not work on case-sensitive file systems
0 commit comments