I am doing form validation using cakephp validation method. My form has product_id field which is primary key in database.I am validating my product_id field for uniqueness but it is not getting validate. I could not able to find the root cause. what might be the case?
Thanks
Pushpa
Here is where it specifies the details of
isUniquemodel validation:http://book.cakephp.org/view/1166/isUnique
If you’re doing it per the instructions, it should work just fine. Beyond that, there’s nothing we can do to help.