-- kncedwards <[email protected]> wrote
(on Thursday, 10 February 2011, 10:52 AM -0800):
> 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.

There are some remnants of refactoring still lying around in
View-dependent classes, and these will be cleaned up. I'm still working
on proposals for the View layer, and will hopefully have those available
in the next couple weeks.

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

Reply via email to