Updates and cleanup
authorMatthew Weier O'Phinney <matthew@zend.com>
Fri, 14 Oct 2011 17:44:05 +0000 (12:44 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Fri, 14 Oct 2011 17:44:05 +0000 (12:44 -0500)
commita7f22ba984ddda1d8d01ee027fa76b73b1074407
tree90c9e2124c748390163369c8434ba9a99667494b
parent25f44b51e55863f37d225614c5d725a6a437d368
Updates and cleanup

- Routing:
  - Use TreeRouteStack instead of SimpleRouteStack
  - Do not pull router from locator; simply instantiate
  - Config object can now be passed directly to addRoutes
- Bootstrap:
  - Accept ModuleManager as sole constructor argument, and pull merged
    configuration from it
- index.php:
  - Do not use object notation for accessing config values; use array
    notation. Allows flexibility in how application configuration is
    returned
configs/application.config.php
modules/Application/src/Application/Bootstrap.php
public/index.php