first of all, my knowledge of php/mysql is limited, that's why i have to ask.
i want to display the name of the relevant category in the detail view (no-popup).
i could implement image-title and the category id with following code:
Code: Select all
echo '<h1>'.$this->item->title.'</h1>';
echo '<h1>'.$this->item->catid.'</h1>';but of course i don't want to show the catid. i need the real category name.
but i don't know, how i have to readout from database.
Maybe there is someone how could give me a short help.
greets and thanks

