Example #1
0
 public function getPost_image_rel()
 {
     return $this->hasMany(PostImageRel::className(), ['post_id' => 'id']);
 }