gpt4 book ai didi

model - 如何在 Yii2 中指定大于或小于特定数字或值的验证规则?

转载 作者:行者123 更新时间:2023-12-04 10:17:27 26 4
gpt4 key购买 nike

我有一个带有验证规则的模型,例如:

[['x'], 'integer'],
[['x'], 'unique'],

现在我如何添加如下规则:

x < 100
or something like
x >= 100

最佳答案

它应该是:

['x', 'compare', 'compareValue' => 100, 'operator' => '<'],


['x', 'compare', 'compareValue' => 100, 'operator' => '>='],

因此。

阅读更多 official docs .

关于model - 如何在 Yii2 中指定大于或小于特定数字或值的验证规则?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29362069/

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