Is it possible to call the action in a different Controller. I tried redirect but cannot pass the $_POST with it. Any solution?
Page 1 of 1
Calling action in a different Controller
#2
Posted 11 December 2009 - 05:29 AM
foe#1, on 11 December 2009 - 04:43 AM, said:
Is it possible to call the action in a different Controller. I tried redirect but cannot pass the $_POST with it. Any solution?
See: http://www.yiiframew...ntroller-detail
#3
Posted 11 December 2009 - 05:32 AM
On the other hand consider making a class from the action and you can add it to both controllers.
http://www.yiiframew...ntroller#action
http://www.yiiframew...ntroller#action
#4
Posted 11 December 2009 - 11:45 AM
Roberto, on 11 December 2009 - 05:32 AM, said:
On the other hand consider making a class from the action and you can add it to both controllers.
http://www.yiiframew...ntroller#action
http://www.yiiframew...ntroller#action
I ended up Extending the controller but I had to duplicate the view.
Thanks a lot, I will look into your recommendation.
#5
Posted 15 December 2009 - 03:38 AM
Share this topic:
Page 1 of 1

Help












