Hello,

Is it possible to run an action within an action?

Let's say I have two controllers each with one action (foo and bar).

If the user is at controller1/foo and I would like to run controller2/boo
from within foo, how would I do that?

Do I need to create my own request object and push a new action to the
action stack?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/How-to-run-an-action-internally-tp20595526p20595526.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to