File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Helper Functions
33################
44
5+ .. contents ::
6+ :local:
7+ :depth: 2
8+
9+ *****************
10+ What are Helpers?
11+ *****************
12+
513Helpers, as the name suggests, help you with tasks. Each helper file is
614simply a collection of functions in a particular category. There are **URL
715Helpers **, that assist in creating links, there are **Form Helpers ** that help
816you create form elements, **Text Helpers ** perform various text formatting
917routines, **Cookie Helpers ** set and read cookies, **File Helpers ** help you
1018deal with files, etc.
1119
12- .. contents ::
13- :local:
14- :depth: 2
15-
1620Unlike most other systems in CodeIgniter, Helpers are not written in an
1721Object Oriented format. They are simple, procedural functions. Each
1822helper function performs one specific task, with no dependence on other
You can’t perform that action at this time.
0 commit comments