Zend Form Validation:: 是否存在与 Identical 相反的验证器?[如何检查输入与“str”不同]
Zend 表单验证:是否存在与 Identical 相反(即 notIdentical)的验证器? 如何检查输入是否与“str”不同?
Zend Form Validation: Is there a validator that is the opposite of Identical (i.e., notIdentical)?
How would I check that an input is not identical to 'str'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK 没有像 NotIdentical 这样的东西。您是否以这种方式尝试过自己的验证器?:
这只是最简单的解决方案 - 您还应该更改验证消息等。
AFAIK there is not something like NotIdentical. Have you tried your own validator in that way?:
It just simplest solution - you should also change validation messages etc.