0

我一直想知道是否可以使用 Symfony2 中的单个回调函数来验证许多表单字段。在我的项目中,我使用的是 REST API,我想发送用户名和密码字段以检查它们是否有效。我不想为此创建一个实体类。

4

1 回答 1

0

See the ValidatorInterface definition — it has several methods you could use to validate particular properties or values using the validator service.

于 2012-07-27T10:25:17.827 回答