Skip to content

Commit 1eea7f1

Browse files
committed
docs: add section title
1 parent e2b83e5 commit 1eea7f1

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
Helper Functions
33
################
44

5+
.. contents::
6+
:local:
7+
:depth: 2
8+
9+
*****************
10+
What are Helpers?
11+
*****************
12+
513
Helpers, as the name suggests, help you with tasks. Each helper file is
614
simply a collection of functions in a particular category. There are **URL
715
Helpers**, that assist in creating links, there are **Form Helpers** that help
816
you create form elements, **Text Helpers** perform various text formatting
917
routines, **Cookie Helpers** set and read cookies, **File Helpers** help you
1018
deal with files, etc.
1119

12-
.. contents::
13-
:local:
14-
:depth: 2
15-
1620
Unlike most other systems in CodeIgniter, Helpers are not written in an
1721
Object Oriented format. They are simple, procedural functions. Each
1822
helper function performs one specific task, with no dependence on other

0 commit comments

Comments
 (0)