You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Hi,
I am setting up a database for Zend 3 and browsing the tutorial. It seems like there is a missing piece in Using ServiceManager to configure the table gateway and inject into the AlbumTable. In the
AlbumTablefactory aModel\AlbumTableGateway::classis used but there is no mention of that class before.Got it working by creating an empty
AlbumTableGatewayclass extendingAbstractTableGatewaybut it would be good to mention about it in the tutorial.