I have created a joomla component with Joomla Component Creator.
It has two tables. The first table have a jText
field called emne
(subject). The second table have foregin key field called emneid
(subjectid) so i can choose a subject from the first table. The second table also have jText
field called title and download.
I have installed it and everything works fine in the admin panel.
It is the frontend where i have problems.
I want to view all the items from the second table within the item it belongs to from the first table.
Here is a link to the component:
I hope someone can help.