Hi
I've been away from component development for a long time. I have a few questions, as I'm trying to get my head around it.
I've created a Fly on an item view, where I have data from related tables. I have also added a custom button on the item view.
When clicking the button, I'm trying to access this related data, but not sure how.
$model = $this->getModel();
$item = $model->getItem();
Doesn't contain any of those related data.
Any help is greatly appreciated