views:

12

answers:

0

Hi All,

I am using zend framework for my project and I have a requirement to route the path where I want it. For example: I have a path www.example.com/module/controller/action1 and I want to internally route in to www.example.com/module/controller/action2.

But the main problem is I do not want to use the function in which I have to specify the module, controller and action [$this->_forward('action2', 'controller', 'module');], simply I something like this: $this->_forward('module/controller/action2');.

Please suggest me if anybody has its solution. its urgent need of my project.

Thanks, Jitu