How to change the separation character of Zend Url?
- by koko
I use Zend URL view helper for building my urls. Everythings works exactly as I'd like to, except one thing: The character used for replacing spaces in the url is a plus (+). I'd like it to be a 'min' (-). How can I change this?
Example:
Now: /nl/nieuws/bericht/3/title/nieuwe*+affiches
Wish: /nl/nieuws/bericht/3/title/nieuwe-*affiches
Thanks in advcance!