VinnyD
VinnyD

Reputation: 3550

Zend Framework String Equality Validator

Does anyone know if there are any built-in Zend Framework validators that can validate string equality? I'm trying to secure my form from spammers by asking a question for which I already know what the response should be.

Upvotes: 3

Views: 1285

Answers (1)

John Flatness
John Flatness

Reputation: 33789

There's Zend_Validate_Identical.

Upvotes: 6

Related Questions