IS there a way to call Zend_Filter_Inflector::filter() with a simple string argument?
I jsut want to change: thirdPartyMethodProxy TO third_party_method_proxy But i dont really want to always be passing an array argument to filter since there are no segments for replacement or different rules. I know i can just manually construct and run the filters, but i wanted ase hoping to use the inflecto to manage the chain. I can always subclass it i suppose but it seems like i shouldnt have to :-) -- View this message in context: http://old.nabble.com/Zend_Filter_Inflector-Usage-tp26148337p26148337.html Sent from the Zend Framework mailing list archive at Nabble.com.
