Zend_Filter dashes and underscore
Sometimes I need to filter alnum values together with dashes ( – ) and underscores ( _ ). The following class (similar to Alnum.php from ZF) will allow to have these characters in the Zend Filder. <?php /** * Allows...Read More