From d13f012ad9aeb6e7bfd36bc7898ac421db080e99 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 14 Apr 2009 19:45:51 +0000 Subject: note on a page about deprecation --- user_guide/libraries/validation.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index ed11d80fe..46abc469d 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -54,6 +54,10 @@ Form Validation
+

+ This library has been deprecated. Use of the form_validation library is encouraged. +

+

Form Validation

Before explaining CodeIgniter's approach to data validation, let's describe the ideal scenario:

-- cgit v1.2.3-24-g4f1b