I'm wondering how does this filter is used, and how it works... I've searched the manual and the only thing i've found is two links to Zend_Db...
This filter is can be used with forms?
Like this:
$some_text_field = new Zend_Form_Element_Text();
$some_text_field->setLabel('formLabels_NombresUserSis')
->setRequired(true)
->addFilter('StripTags');
--
Christian Sánchez A.
