Zend Framework, what $this->_forward is doing

Posted by RageZ on Stack Overflow See other posts from Stack Overflow or by RageZ
Published on 2009-10-30T01:48:25Z Indexed on 2010/03/26 1:03 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

Hello everyone,

I would like someone to explain me what _forward is exactly doing, I cannot see if _forward is also rendering the attached view to the action or just executing the action.

Also is it possible to pass argument to $this->action in a view script ?

More generally my problem is how to code a confirmation page, let's say the user input some stuff and you want to show him confirmation, is forward is mean for that case ?

Thanks

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about mvc