标签: cakephp insert unique constraints
在db中的email列上使用cakephp我有独特的约束,如何在插入录制之前检查该电子邮件可能是重复还是在插入检测和打印错误之后。
答案 0 :(得分:2)
查看Core Validation Rules。 isUnique有一个。
isUnique
答案 1 :(得分:0)
在http://www.davidtan.org/cakephp-tutorial-how-to-insert-records-into-table-with-unique-index-made-up-of-2-or-more-fields/