Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zend Framework では、美しいバリデーターを使用Zend\Validate\Db\NoRecordExistsして重複レコードを検証できます。同様のバリデータは Symfony 2 に存在しますか?どうすれば使用できますか?
Zend\Validate\Db\NoRecordExists
symfony でUnique Entityを使用して、モデル内の特定のフィールドが一意であることを検証できます。