I use symfony 1.4.8 . Is there a plugin that can filter "bad words"?

link|improve this question

2  
5 seconds of Googling later: symfony-project.org/plugins/WebPurifyPlugin – Marc B Mar 9 '11 at 17:57
Does Symfony complicate using ordinary classes or functions that much? Is it a requirement and too long-winded to turn features into plugins? – mario Mar 9 '11 at 18:04
feedback

1 Answer

up vote 1 down vote accepted

There's this one: http://raw.trac.symfony-project.org/wiki/sfPayloadFilterChain_TextTransformationPlugin. But you'll have to define bad words by your own.

Also there's this one: http://www.symfony-project.org/plugins/WebPurifyPlugin as provided by a comment.

link|improve this answer
Thank you. I I knew about raw.trac.symfony-project.org/wiki/… , but I could not find WebPurifyPlugin :-[ – denys281 Mar 9 '11 at 21:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.