News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Zend_Filter Reviewed, Blacklist / Whitelist Filters
March 28, 2006 @ 18:20:37

The Zend Framework has definitely made a huge splash in the PHP community, and everyone is picking their piece of it to cover. In this new post from the SitePoint PHP blog, Maarten Manders highlights the Zend_Filter module.

I like Zend Framework's Zend_Filter class. It's basically a set of methods for validating untrusted data. Although the two arguably most important features isEmail() and isUri() (the latter can be worked around with Zend_Uri) are still missing, the whole thing looks promising already.

He starts with a few of his thoughts on the package ("Clean up the code of isHostname", "International support for isPhone") and some code to show how it can be implemented - filtering for use in a regular expression, validation of a string by a character whitelist as well as blacklisting, and using the Zend_Filter module for a more flexible isName.

0 comments voice your opinion now!
zend framework zend_filter whitelist blacklist zend framework zend_filter whitelist blacklist


blog comments powered by Disqus

Similar Posts

Alexander Netkachev's Blog: How to run a PHP application together with Zend Framework application

Zend Developer Zone: Zend Framework Leadership Change

Symfony Project: symfony 1.0 beta 4 released

Zend Developer Zone: Search Engine Friendly Websites with the Zend Framework

Paul Jones: How Is Aura Better Than (er, Different From ;-) Than Symfony and Zend?


Community Events











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


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

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