次の場合:
'with'=>array('pros.comments', 'cons.comments')
「コメント」を明確にする解決策は次のとおりです。
'with'=>array('pros.comments', 'cons.comments'=>array('alias'=>'con_comments'))
しかし、次の 3 つのレベルがある場合はどうなるでしょうか。
'with'=>array('pros.comments.author', 'cons.comments.author')
??? コメントと著者の両方を明確にする方法は?
前もって感謝します