@@ -10,11 +10,13 @@ Helper Functions
1010What 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
1820deal with files, etc.
1921
2022Unlike 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