Monthly Archive for September, 2008

Quick and easy email encoding view helper

Here’s a quick and easy view helper for Zend Framework that will encode an email address. It will encode just an email address or return a whole mailto link. The encoding is basically the same as in the Smarty template engine.

Obviously there’s a lot of room for improvement; javascript encoding, representation as an image, and so on… but then it wouldn’t be quick an easy - it’d be slightly longer and just a little more complex. ;-)

Continue reading ‘Quick and easy email encoding view helper’