Hi Daniel, Depends on why you need it - if you want to attach the output to a View, there's the Action View Helper which can be called from your view template. Otherwise, you could dig into it's code and replicate it into a Controller Action Helper accessible from with any Controller.
Both options are entirely possible, but the I don't think the controller based one is implemented in the framework by default. Best regards, Paddy daniel.stancu wrote: > > Hi, > > Could someone explain to me how to get the output of other > controller/action from the current controller? > > Thanks, > > Daniel Stancu > ----- Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com OpenID Europe Foundation - Irish Representative -- View this message in context: http://www.nabble.com/Get-output-from-other-controller-action-tp15268947s16154p15269460.html Sent from the Zend Framework mailing list archive at Nabble.com.
