Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.5.0RC1, 1.5.0, 1.5.3, 1.6.0RC2, Next Major Release
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Filter, Zend_Validate
-
Labels:None
-
Fix Version Priority:Nice to Have
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.
An example of how I would implement DefaultNamespaces