Esempio n. 1
0
 public function getPosts()
 {
     return $this->hasOne(Posts::className(), ['post_category' => 'category_id']);
 }
Esempio n. 2
0
 public function getPosts()
 {
     return $this->hasOne(Posts::className(), ['post_author' => 'user_id']);
 }