File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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*********************************************
4545A2 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***********************************
8888A4 Insecure Direct Object Reference
@@ -103,7 +103,7 @@ OWASP recommendations
103103CodeIgniter provisions
104104======================
105105
106- - Form validation library
106+ - Validation library
107107- Easy to add third party authentication
108108
109109****************************
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments