We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eea7f1 commit 9a42d42Copy full SHA for 9a42d42
1 file changed
user_guide_src/source/general/helpers.rst
@@ -46,6 +46,10 @@ Loading a helper file is quite simple using the following method:
46
Where ``name`` is the file name of the helper, without the "**.php**" file
47
extension or the "**_helper**" part.
48
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
+
53
For example, to load the **Cookie Helper** file, which is named
54
**cookie_helper.php**, you would do this:
55
0 commit comments