Jonathon 255 Posted June 12, 2013 Report Share Posted June 12, 2013 Hi I have a really simple little basket and I put a constraint on the table that stopped a user adding the same item twice. In my create action I have the save method that works fine, but if I try to add an item that is already in the table it returns the CDbException. Which is good. I was thinking would the exist validator be able to solve this within the model. I wasn't sure how to set it as a "make sure it doesn't exist" kind of thing though. Jonathon Quote Link to post Share on other sites
Jonathon 255 Posted June 12, 2013 Author Report Share Posted June 12, 2013 This is how I solved it http://www.yiiframework.com/extension/unique-attributes-validator/ 1 Quote Link to post Share on other sites
Edward 108 Posted June 13, 2013 Report Share Posted June 13, 2013 That's cool may come in useful for me when i get to that part. Quote Link to post Share on other sites
Jonathon 255 Posted June 13, 2013 Author Report Share Posted June 13, 2013 Was handy for me Quote Link to post Share on other sites
Larry 433 Posted June 14, 2013 Report Share Posted June 14, 2013 Thanks for sharing that, Jonathon! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.