In Zend Framework I can use beautiful validator Zend\Validate\Db\NoRecordExists to validate duplicate records. Are similar validator exists in Symfony 2 and how can I use it?
In Zend Framework I can use beautiful validator Zend\Validate\Db\NoRecordExists to validate duplicate records. Are
Share
You can use Unique Entity in symfony to validate that a particular field in a model is unique.