Hi, i'm studying zend. Now i have the following idea: i have a page users/index that contains all users and users/view/id/5 that shows info. Also i want to make some kind of rating users. That means, that user can click smth like user/rulez/id/5 and give a vote to user#5 and that must be redirected to page user/index(or user/view/id/5) depending on place, he'd voted.
I've read about _helper->redirector but still can't think of a method, that could take me to required page.