Hello!
We are developing our project using ZF2, but after update to beta4 we found
out that Events have refactored.
Can you give us links or some examples for new EventManager?

In beta3 we use:
public function init(Manager $moduleManager)
{
    $events = StaticEventManager::getInstance();
    $events->attach('Zend\Mvc\Controller\ActionController', 'dispatch',
array($this, 'mvcPreDispatch'), 100);
}
How can it be fixed to work with Zend beta4?

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-EventManager-tp4652790.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to