Zend Framework How To: Creating your own validator for confirm passwords and emails
Last night I was working on the registration page of my pet-project. I am using Zend_Form for it but I had difficulties creating a validator to confirm 2 fields in the form. I chatted around #zftalk and checked the ZF Documentation but I could not understand anything. I needed a concrete working example.
Today I found this. It has more or less a complete coverage with sample source-code and some explanation.
My “register user” form consists of four elements:
- Confirm email
- Confirm password
- Password
Exactly what I was looking for ;)
Browse Timeline
- « Very nice syntax highlighting for Aptana
- » Zend Framework How To: Handling checkboxes using Zend_Form and jQuery
Comments ( 2 )
Emeric added these pithy words on May 22 08 at 11:48 amI’m Looking too…