Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Create relation validators "Contains" and "NotContains" #42

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

Create form element relation validators that check if an input (not) contains another input value.

A usage example would be a password field that must not contain the username.

Matthimatiker commented 11 years ago

Implemented Contains and NotContains validators.