Good afternoon.
Please help me to understand. How to get the values
communication article.category in the sample,
ArticleData::model()->with('article','article.category')->findAll();
Try this:
$article = ArticleData::model()->with('article','article.category')->findAll();
echo $article[0]->article->cate...