gpt4 book ai didi

php - 如何在 codeigniter form_validation 类中允许空值或数值?

转载 作者:行者123 更新时间:2023-12-05 08:28:30 26 4
gpt4 key购买 nike

我想使用 form_validation 类验证输入,这将允许我在字段中输入数字或空值。
像这样:

$this->form_validation->set_rules('field[]','The field','numeric or empty|xss_clean');

这有可能实现吗?

最佳答案

$this->form_validation->set_rules('field[]', 'The field', 'numeric|xss_clean');

理论上这应该足够了,因为该字段尚未设置为必填。

关于php - 如何在 codeigniter form_validation 类中允许空值或数值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8371129/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com