问题标签 [yii-validation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
31 问题
0
投票
1
回答
30
浏览
php - 电子邮件唯一验证器 yii2 不返回消息验证
我尝试在我的模型中对电子邮件使用唯一验证器,但它不起作用..我的意思是当用户输入已经保存在数据库中的相同电子邮件并且用户仍然可以单击提交按钮(和页面)时,不会在表单中显示通知重新加载)即使数据没有保存在数据库中。我的代码有什么问题?
这是我的模型验证:
这是我的表格:
这是我处理保存的模型: