Skip to content

Commit 5307dbf

Browse files
committed
docs: make helper names linkable
1 parent 7a38206 commit 5307dbf

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Helper Functions
1010
What are Helpers?
1111
*****************
1212

13-
Helpers, as the name suggests, help you with tasks. Each helper file is
14-
simply a collection of functions in a particular category. There are **URL
15-
Helpers**, that assist in creating links, there are **Form Helpers** that help
16-
you create form elements, **Text Helpers** perform various text formatting
17-
routines, **Cookie Helpers** set and read cookies, **File Helpers** help you
13+
Helpers, as the name suggests, help you with tasks. Each helper file is simply a
14+
collection of functions in a particular category. There are
15+
:doc:`URL Helpers <../helpers/url_helper>`,
16+
that assist in creating links, there are :doc:`Form Helpers <../helpers/form_helper>`
17+
that help you create form elements, :doc:`Test Helpers <../helpers/text_helper>`
18+
perform various text formatting routines, :doc:`Cookie Helpers <../helpers/cookie_helper>`
19+
set and read cookies, :doc:`Filesystem Helpers <../helpers/filesystem_helper>` help you
1820
deal with files, etc.
1921

2022
Unlike most other systems in CodeIgniter, Helpers are not written in an
@@ -50,7 +52,7 @@ extension or the "**_helper**" part.
5052
Therefore, ``helper('Name')`` will not work on case-sensitive file systems
5153
such as Linux.
5254

53-
For example, to load the **Cookie Helper** file, which is named
55+
For example, to load the :doc:`../helpers/cookie_helper` file, which is named
5456
**cookie_helper.php**, you would do this:
5557

5658
.. literalinclude:: helpers/002.php

0 commit comments

Comments
 (0)