From b1eee3502b1541b2430e4ef0b07fcf98c4f41d20 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Tue, 26 Aug 2008 19:56:48 +0000 Subject: --- user_guide/libraries/form_validation.html | 2 ++ 1 file changed, 2 insertions(+) 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 trim, htmlspecialchars, urldecode, etc.

Function Reference

+

The following functions are intended for use in your controller functions.

+

$this->form_validation->set_rule();

Permits you to set validation rules, as described in the tutorial sections above:

-- cgit v1.2.3-24-g4f1b