News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Validating UK Postcodes
November 15, 2010 @ 12:29:35

Rob Allen has shared a bit of code he's put together to help with validating UK postal codes (since the functionality in Zend_Validate doesn't cooperate), so he extended the main Zend_Validate_PostCode with his own validator.

It's easy enough to add a filter to remove the space, but I'm a little worried that when (and if) it gets fixed, will the fixed version Zend_Validate_PostCode then fail to validate postcodes without the space? In theory it should as the space is part of the spec. I'd hate my code to unexpectedly break due to a valid bug fix. I can easy work around this worry though by simply creating my own extension of Zend_Validate_PostCode.

The thirty-five line code example allows you to correctly validate the postal code with a quick call to the "isValid" method. He also links to another method from Paul Court to handle things similarly.

0 comments voice your opinion now!
postcode uk validation zendframework zendvalidate


blog comments powered by Disqus

Similar Posts

Federico Cargnelutti's Blog: Zend Framework DAL: DAOs and DataMappers

International PHP Magazine: IPM Poll Question: The Most Common PHP Security Mistake Is?

Zend Developer Zone: Twice the Amount of Bugs and Twice the Amount of Winners!

Giorgio Sironi's Blog: Zend Framework 2.0

PHPMaster.com: Generating Invoices with Zend_Pdf


Community Events











Don't see your event here?
Let us know!


interview symfony2 database framework series functional podcast community usergroup phpunit zendframework2 conference release rest opinion language development testing introduction unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework