Update index.php and Application\Module to make composer use optional
authorEvan Coury <me@evancoury.com>
Wed, 13 Jun 2012 22:42:12 +0000 (15:42 -0700)
committerEvan Coury <me@evancoury.com>
Wed, 13 Jun 2012 23:06:00 +0000 (16:06 -0700)
commit7ac195f6bdd98a9d64c58bfc79fd885c2f489c88
treee5102bcfef6b7b5914d90c3435a480102f3e29f6
parentd5f0f3216084687f5224e2b4c2768fefca628500
Update index.php and Application\Module to make composer use optional

- index.php now supports ZF2_PATH env var or git submodule
- re-add the git submodule to make non-composer install easier
- update the readme
- use include instead of include_once, see:
http://robert.accettura.com/blog/2011/06/11/phps-include_once-is-insanely-expensive/

If you are not using composer, you no longer have to make changes to the default
skeleton.
.gitmodules
README.md
composer.json
module/Application/Module.php
public/index.php
vendor/ZF2 [new submodule]