Reading the getting started docs and confused by something: "Note that as we are using Composer, as an alternative, you could not implement getAutoloaderConfig() and instead add "Application": "module/Application/src" to the psr-0 key in composer.json. If you go this way, then you need to run php composer.phar update to update the composer autoloading files."
- http://packages.zendframework.com/docs/latest/manual/en/user-guide/modules.html#autoloading-files I don't understand what this means. -- BB
