Skip to content

Commit 9a42d42

Browse files
committed
dpcs: add note for case sensitive file system
1 parent 1eea7f1 commit 9a42d42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Loading a helper file is quite simple using the following method:
4646
Where ``name`` is the file name of the helper, without the "**.php**" file
4747
extension or the "**_helper**" part.
4848

49+
.. important:: CodeIgniter helper file names are all lowercase.
50+
Therefore, ``helper('Name')`` will not work on case-sensitive file systems
51+
such as Linux.
52+
4953
For example, to load the **Cookie Helper** file, which is named
5054
**cookie_helper.php**, you would do this:
5155

0 commit comments

Comments
 (0)