Working view layer integration
authorMatthew Weier O'Phinney <matthew@zend.com>
Mon, 13 Feb 2012 01:26:59 +0000 (19:26 -0600)
committerMatthew Weier O'Phinney <matthew@zend.com>
Mon, 13 Feb 2012 01:26:59 +0000 (19:26 -0600)
commit82e1583b730b78b0d14e76956ef3c99f65eaf12e
tree9d7bad966eabc65424578f320fb1963b04efcac0
parent993050b94610e5b6a70bb17f22e920f1dbc7177a
Working view layer integration

- Updated ZF submodule to c85c45a4 of weierophinney/feature/view-layer
- Updated configuration to utilize new view layer
- Updated controllers to return View Models
- Updated Application\Module to only configure necessary view helpers
- Removed Application\View\Listener; no longer necessary
module/Application/Module.php
module/Application/config/module.config.php
module/Application/src/Application/Controller/ErrorController.php
module/Application/src/Application/Controller/IndexController.php
module/Application/src/Application/View/Listener.php [deleted file]
vendor/ZendFramework