예제 #1
0
파일: Post.php 프로젝트: hsleonis/basetech
 public function getPost_image_rel()
 {
     return $this->hasMany(PostImageRel::className(), ['post_id' => 'id']);
 }