What is a good approach to write a password validator that validates two inputs (must be eqeal) and how would you integrate that into a zf2 form.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
There is an "Identical" validator that check two fields to be equal, it can be used in the following way in form constructor: