I just finished the tutorial " Getting Started with Laminas MVC Applications" , everything is working fine.
Does it exist an example that explains how to work with multiple tables using the same structures as the tutorial?
This could help me to understand the relation between ‘albumTable.php’, ‘album.php.php’,’ Module.php’ and ‘albumController.php’.
Then is the next step the “In-Depth Tutorial”. This tutorial includes a more complex example. It combines best-practices and interesting features, like a repository, SQL abstraction and the form element manager.