I have magento site.
I have a controller ,how can i redirect into another function in this controller?
That means ,there have two functions:
1.test()
i want to redirect from test1() to test2()
how can i do this?
How can i redirect from one function to another function in the same controller?
You can put something like this in test1 action.