Filtering

Adding an Input Filter to a ZF2 Form

If you followed the Form Creation in Zend Framework 2 article, you’ll want to know about adding an Input Filter to a ZF2 form.
One way to do this is to define your own input filter class.
This class will reside in the module’s Model/ directory and the input filter will be applied to the …