While moving some code further towards ZF2, the dojo application resource
uses Zend\View\ViewEngine in the following function:

public static function enableView(View $view)
    {
        if (false ===
$view->getPluginLoader('helper')->getPaths('Zend\Dojo\View\Helper')) {
            $view->addHelperPath('Zend/Dojo/View/Helper',
'Zend\Dojo\View\Helper');
        }
    }

Is a ViewEngine class still in the works, or does this resource need some
fixing.

regards,

Kevin
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-Will-there-be-a-Zend-View-ViewEngine-tp3299980p3299980.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to