Is it possible to assign view variables within dispatchLoopShutdown()? or is it too late by then? This doesn't seem to be working:
$view =
Zend_Controller_Action_HelperBroker::getStaticHelper('ViewRenderer')->view;
$view->shutdown = "Shutdown variable";
$shutdown is always empty within the template. It's hard to tell the exact
order of things based on the work flow chart.
---
Philip
[email protected]
http://www.gpcentre.net/
