Hi,

I'm confused about filter's configuration with XML. This is my question.

how do you use filter in config xml? Is there any documentation with
explication about this configuration?

My problem is that i dont know which name of the node i must use.

for example:

StringToLower
            <filters>
        <lower>
                     <filter>StringToLower</filter>
        </lower>
           </filters>

But with StripTags, i don't know which name of the node i must use.
            <filters>
        <tags??????>
                     <filter>StripTags</filter>
        </tags????>
           </filters>


I have the same problem with Validations.
StringLength - strlen.
LessThan - ?????
EmailAddress - email?
etc,etc,

Thanks in advance.

Regards,



-- 
View this message in context: 
http://www.nabble.com/Zend_Form-and-Zend_Config_XML-tp16851067p16851067.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to