summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/validation.html4
1 files changed, 4 insertions, 0 deletions
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
<!-- START CONTENT -->
<div id="content">
+<p class="important">
+ This library has been deprecated. Use of the form_validation library is encouraged.
+</p>
+
<h1>Form Validation</h1>
<p>Before explaining CodeIgniter's approach to data validation, let's describe the ideal scenario:</p>