Getting Started

Hy,

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’.

Thank you in advance for your answers.

May I suggest you a series of Laminas tutorials I made on Youtube (https://www.youtube.com/playlist?list=PLe5vSWzIAm2QuCw596MMhNwR0iXu6s9L-) that covers how to install Laminas, how to Sign Up, Sign In and Out and many other interesting topics. The link is here - https://www.youtube.com/playlist?list=PLe5vSWzIAm2QuCw596MMhNwR0iXu6s9L-

Hello and welcome to your forums! :smiley:

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.