I have successfully built my own custom joomla component from scratch, but I am stuck on a presumably relatively simple problem.
For the purpose of this example lets say that:
A equals Home page
B equals Player(Multiple) list page
C equals Player(Individual) page
I have so far got part A and C working. I can get to my individual player page by entering in their id into the url.
What I am unsure about now is creating a view before this when you click on the players menu button that it directs you to a view which displays a list of all players. I have already created a function within the model which returns all players in the database for the purpose of this view. I can upload my component or paste any of my code into this post if needed.
I did follow Joomla component on how to create a component so I presume I have the default settings for my component.