Skip to content

Commit 2732abb

Browse files
committed
docs: replace "Form validation" with "Validation"
Form validation is the name of CI3 library.
1 parent 5395498 commit 2732abb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/concepts/security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CodeIgniter provisions
3939
======================
4040

4141
- :doc:`HTTP library <../incoming/incomingrequest>` provides for input field filtering & content metadata
42-
- Form validation library
42+
- Validation library
4343

4444
*********************************************
4545
A2 Weak authentication and session management
@@ -82,7 +82,7 @@ CodeIgniter provisions
8282
======================
8383

8484
- esc function
85-
- Form validation library
85+
- Validation library
8686

8787
***********************************
8888
A4 Insecure Direct Object Reference
@@ -103,7 +103,7 @@ OWASP recommendations
103103
CodeIgniter provisions
104104
======================
105105

106-
- Form validation library
106+
- Validation library
107107
- Easy to add third party authentication
108108

109109
****************************

user_guide_src/source/helpers/form_helper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ The following functions are available:
510510
<input type="radio" name="myradio" value="1" <?= set_radio('myradio', '1', true) ?> />
511511
<input type="radio" name="myradio" value="2" <?= set_radio('myradio', '2') ?> />
512512

513-
.. note:: If you are using the Form Validation class, you must always specify
513+
.. note:: If you are using the Validation class, you must always specify
514514
a rule for your field, even if empty, in order for the ``set_*()``
515-
functions to work. This is because if a Form Validation object is
515+
functions to work. This is because if a Validation object is
516516
defined, the control for ``set_*()`` is handed over to a method of the
517517
class instead of the generic helper function.

0 commit comments

Comments
 (0)