How to customize form validation errors in codeIgniter

前端 未结 8 2271
刺人心
刺人心 2021-01-05 07:18

Is there a file in codeIgniter in which I could just edit so that I can customize the form validation messages?

<script

8条回答
  •  既然无缘
    2021-01-05 07:52

    Take a look at system/language/english/form_validation_lang.php

    I believe you can either edit it, or copy it to application/language/english/form_validation_lang.php

提交回复
热议问题