News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Zend_Validate for the win
December 03, 2010 @ 10:32:58

In this new post to DZone.com today Giorgio Sironi looks at what he considers one of the more valuable yet underestimated components of the Zend Framework - Zend_Validate.

Zend_Validate is a component of Zend Framework which provides validation classes which out-of-the-box enable you to check from string lengths to stranger properties like conformance to regular expressions or to a standard for barcodes. [...] Some parts of Zend_Validate are quite complex, and tie-in with the other components: there are file-related validations on size, hash and more to attach to your forms; in the domain-specific category instead, we can find validator for credit card numbers consistency, or barcodes; isbn codes; and more...

He includes a code sample to show of just some of the validators the component includes like: alpha-numeric, "between", valid email address, valid IP address, matches a regular expression and, a very handy feature of the component, setting up chains of validations.

0 comments voice your opinion now!
zendvalidate example chain zendframework


blog comments powered by Disqus

Similar Posts

Content with Style Blog: A caching pattern for models

SitePoint PHP Blog: The Joy of Regular Expressions [4]

Mikko Koppanen's Blog: Trimming an image

DevShed: Understanding Destructors in PHP 5

PseudoCoder.com: How To Really Use Xdebug To Speed Up Your App


Community Events











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


unittest opinion composer phpunit zendframework2 testing language example api interview release series podcast functional code database development framework introduction community

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