Remove references to application environment.
authorEvan Coury <me@evancoury.com>
Wed, 7 Dec 2011 21:22:38 +0000 (14:22 -0700)
committerEvan Coury <me@evancoury.com>
Wed, 7 Dec 2011 21:22:38 +0000 (14:22 -0700)
commita4621753e75915d1b59f6d9793d57dbb443518f4
tree21380c22b2e9b0ac24bffe151f5c161d9e7eef72
parent0348eaad3bad9e7525d976529b41ebb0c9f29681
Remove references to application environment.

- Updated ZF2 submodule
- Added local dist config file, gitignored non-dist counterpart
- Added default global config file
- Some comments explaining the purpose of the files
config/application.config.php
config/autoload/.gitignore [new file with mode: 0644]
config/autoload/global.config.php [new file with mode: 0644]
config/autoload/local.config.php.dist [new file with mode: 0644]
module/Application/Module.php
vendor/ZendFramework