diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-26 21:56:48 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-26 21:56:48 +0200 |
commit | b1eee3502b1541b2430e4ef0b07fcf98c4f41d20 (patch) | |
tree | 82db579e2b6710c5a2cdb570be5fe4cd2d8d21cb | |
parent | b4855089a0beb5dce5f109205dd4fc29cb009ef5 (diff) |
-rw-r--r-- | user_guide/libraries/form_validation.html | 2 |
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>
|