On Jun 1, 2013, at 4:32 PM, Jeremiah Small wrote:

> composer

I'm sorry, I have to change my response to both.

For modules which get built in the same project, and will never be shared, we 
still use the standard skeleton setup of getAutoloaderConfig() in the 
Module.php, which simply configures Zend\Loader using __NAMESPACE__ => __DIR__ 
. '/src/' . __NAMESPACE__

That's pretty convenient, and I think it's important to have that in the 
skeleton app.

Reply via email to