summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-04-14 21:45:51 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-04-14 21:45:51 +0200
commitd13f012ad9aeb6e7bfd36bc7898ac421db080e99 (patch)
tree06f487a5dae52cb86ee0e003f99c660a576d3fbf /user_guide
parentc3ddd3f45d1b2813d782255d9f3224d97f0f4738 (diff)
note on a page about deprecation
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>