2009年10月2日星期五

Re: [fw-mvc] Plugin by name 'Dojo' was not found in the registry when there is *no* Dojo elements in view !

I solved this error.

In bootstrap.php

I replace :

$viewRenderer = new Zend_Controller_Action_Helper_ViewRenderer();

By :

$viewRenderer = Zend_Controller_Action_HelperBroker::getStaticHelper(
'ViewRenderer'
);

Could you explain me why it works now ???

Bourth
--
View this message in context: http://www.nabble.com/Plugin-by-name-%27Dojo%27-was-not-found-in-the-registry-when-there-is-*no*-Dojo-elements-in-view-%21-tp25711666p25711901.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: