ZF-3194: Zend_Layout::getView() should require HelperBroker
Description
Zend_Layout::getView() currently does not require the class Zend_Controller_Action_HelperBroker, though it makes use of it -- causing issues when used as a standalone component. Adding a require_once will solve the issue.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-05T04:41:10.000+0000
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-05T05:26:47.000+0000
Resolved in trunk and 1.5 release branch as of r9358.