ZF-2899: Zend_Filter / Zend_Validate setDefaultNamespaces
Description
While creating my own filters and validators it's very annoying to have to add the name spaces everytime I use Zend_Filter::get() or Zend_Validate::is().
It would be much nicer to have a setDefaultNamespaces, which would allow namespaces for Zend_Filter and one for Zend_Vailidate to be setup in the bootstrap.
Comments
Posted by James Dempster (letssurf) on 2008-03-17T07:40:44.000+0000
An example of how I would implement DefaultNamespaces
Posted by Wil Sinclair (wil) on 2008-12-30T07:47:00.000+0000
Matthew, could you please evaluate this issue? I'm wondering how such functionality would work with Zend_Application, too.
Posted by Thomas Weidner (thomas) on 2009-06-25T08:13:37.000+0000
New feature added with r16286