Hi,

thanks to everyone who contributed to the new release and to Thomas for his
continuing improvements to his components.

I find a number of changes in 1.10 that don't seem to be reflected in the
beta manual migration notes yet (unless they're still undergoing
development).

Zend_Filter_StripTags
We used to pass two arrays for allowed tags and comments when instantiating
the class, now obviously the syntax would be just one named array:

$filter = new Zend_Filter_StripTags(
            array(
                'allowTags' => $allowedTags, 
                'allowAttribs' => $allowedAttributes
            ));

It would be great if the documentation for Zend_Filter would give a code
example, instead of just saying it's possible to specify those tags and
attributes.

Thanks,
Bernd

-- 
View this message in context: 
http://n4.nabble.com/StripTags-changes-in-1-10-tp1016782p1016782.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to