I'm using the url helper to produce urls for my sites navigation. All works well except when I pass additional parameters to a url. All the following urls on that page then contain those additional parameters. How do I stop this? Do I need to create my own url helper?
Route Path: http://zframe/admin/cache/ Parameter Path: http://zframe/admin/cache/delete/id/acl/ All new urls: http://zframe/admin/cache/index/id/acl/ Any help or advice would be great, sending reset semi works but makes all the urls contain index for the controller, I'd rather have plain urls: With Controller: http://zframe/admin/cache/index/ Thanks Simon ----- Simon Corless http://www.ajb007.co.uk/ -- View this message in context: http://www.nabble.com/Urls---Using-the-Url-Helper-tf4770792s16154.html#a13646639 Sent from the Zend Framework mailing list archive at Nabble.com.
