Esempio n. 1
0
 public function getArticleImg()
 {
     return $this->hasMany(ArticlesImg::className(), ['article_id' => 'id']);
 }