We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f023594 + d07c73c commit cbb9debCopy full SHA for cbb9deb
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -221,6 +221,10 @@ and the new classes (**Strict Rules**) have ``CodeIgniter\Validation\StrictRules
221
Traditional Rules
222
-----------------
223
224
+.. important:: Traditional Rules exist only for backward compatibility. Do not
225
+ use them in new projects. Even if you are already using them, we recommend
226
+ switching to Strict Rules.
227
+
228
.. warning:: When validating data that contains non-string values, such as JSON data, it is recommended to use **Strict Rules**.
229
230
The **Traditional Rules** implicitly assume that string values are validated,
0 commit comments