How do I get the Service Manager in Zend Framework 2 beta4 to create an instance for album-table?
问题 This is the Rob Allen's Quick start Tutorial for Zend Framework beta4. Error Message:Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for album-table It seems like it fails trying to make a connection to the db, but I have not found way to tell. It's uses a closure to return an instance from the ServiceManager, but gets the above error message. module/Album/Module.php namespace Album; class Module { public function getAutoloaderConfig() { return array( 'Zend