-- Ralf Eggert <[EMAIL PROTECTED]> wrote (on Friday, 20 June 2008, 04:30 PM +0200): > 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?
You could extend it and override the default one by adding a helper path to your custom helpers in your bootstrap. However, is there a technical reason for needing the trailing slash? -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
