Hello
I am trying to simply go to a page
www.domain.com/video/list/genre/action/page/1.
I am using the following and it is working fine.
$this->url(array('controller' => 'video', 'action'=>'list',
'genre'=>'action', 'page'=>'1'),'default',true);
The problem is every time I go to a new page the parameters will not
disappear.
In the docs it states that putting true in the url helper will solve the
problem but it doesn't and i'm not sure if I am doing something really
stupid.
Any help would be greatly appreciated.
--
View this message in context:
http://www.nabble.com/beginner-question-on-the-url-view-helper-tp21224103p21224103.html
Sent from the Zend Framework mailing list archive at Nabble.com.