How to change the separation character of Zend Url?
Posted
by koko
on Stack Overflow
See other posts from Stack Overflow
or by koko
Published on 2010-05-07T14:03:03Z
Indexed on
2010/05/07
14:08 UTC
Read the original article
Hit count: 192
zend-framework
|url
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!
© Stack Overflow or respective owner