Hi, I am using Zend_View_Helper_Url to build the urls in my views. Per default no trailing slash is added at the end of each url. What would be the best way to change this to add a slash at the end of each url?
Should I extend the Zend_View_Helper_Url or would it be better to change the default route if this is possible? Thanks for any advice. Best regards, Ralf
