hi, as written in the doc: 42.4.1.1. Action View Helper" The Action view helper enables view scripts to dispatch a given controller action; the result of the response object following the dispatch is then returned. These can be used when a particular action could generate re-usable content or "widget-ized" content."
i'm curious to know why i have to do this in the View and not in the Controller. Would'nt be more logic to call the other action within the "caller" action and then assign the values to the View? is there a particular "design" reason or am i missing something? I don't want to start a flame, i'm just interested do understand the Zend Framework design. thanks cirpo
