Skip to content

Commit 3cd0559

Browse files
committed
docs: simplify explanation
1 parent 5307dbf commit 3cd0559

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Loading a helper file is quite simple using the following method:
4545

4646
.. literalinclude:: helpers/001.php
4747

48-
Where ``name`` is the file name of the helper, without the "**.php**" file
49-
extension or the "**_helper**" part.
48+
The above code loads the **name_helper.php** file.
5049

5150
.. important:: CodeIgniter helper file names are all lowercase.
5251
Therefore, ``helper('Name')`` will not work on case-sensitive file systems

0 commit comments

Comments
 (0)