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)
- 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.


No differences found