summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/form_validation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html
index 1bdc3a414..6ed0b1ded 100644
--- a/user_guide/libraries/form_validation.html
+++ b/user_guide/libraries/form_validation.html
@@ -1027,6 +1027,8 @@ like <kbd>trim</kbd>, <kbd>htmlspecialchars</kbd>, <kbd>urldecode</kbd>, etc.</p
<a name="functionreference"></a>
<h1>Function Reference</h1>
+<p>The following functions are intended for use in your controller functions.</p>
+
<h2>$this->form_validation->set_rule();</h2>
<p>Permits you to set validation rules, as described in the tutorial sections above:</p>