Exemplo n.º 1
0
 public function getArticles()
 {
     return $this->hasMany(Articles::className(), ["cat_id" => "id"]);
 }