Fixes to enable and enforce SharedEventManager instance
authorMatthew Weier O'Phinney <matthew@zend.com>
Mon, 23 Apr 2012 19:40:13 +0000 (14:40 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Mon, 23 Apr 2012 19:40:13 +0000 (14:40 -0500)
commit7a482c8f4e56f572888c780da6c1912facd26850
treee08c202995aff0c8d388b60f5445176cc7e75aec
parentbae3ee6daf0da0070f707f66bcdbc844a9ae5b2b
Fixes to enable and enforce SharedEventManager instance

- Instead of using StaticEventManager, pull shared collection for event manager
  in module manager
- Instantiate and injected SharedEventManager in index.php (we can refine and
  abstract this later)
module/Application/Module.php
public/index.php