Re: [fw-general] ZF2 - Will there be a Zend\View\ViewEngine

2011-02-22 Thread Matthew Weier O'Phinney
-- kncedwards kedwa...@kncedwards.com 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

[fw-general] ZF2 - Will there be a Zend\View\ViewEngine

2011-02-10 Thread kncedwards
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')) {

Re: [fw-general] ZF2 - Will there be a Zend\View\ViewEngine

2011-02-10 Thread Ralph Schindler
Hey Kevin, The Dojo component will need to be refactored at a later date. Currently, our MVC Interfaces proposal was approved and we are moving towards building an MVC implementation over the next months. Once we know what the C (Controller) and V (View) look like, we'll apply that to the