A little bit connecting to my previous question:
I have following tables/models:
I've managed to join all tables for actionIndex, but I would like to implement now the same thing for actionView, but it seems find() and findOne() doesn't work the same. Joins don't work with findModel($id)
I don't really have clue, can you please point me to the right direction? In fact I need only to show related data of model A in model BCD view, and I'm quite sure there is a simple way doing it, but I can't find anything, I don't even really know what to look for. Becuse the problem is, with normal relationships I can only reach out to table B, so maximum 2 levels. I've tried to create a relationship that reaches out to 3rd level but it's not working. Thanks.