예제 #1
0
파일: Movie.php 프로젝트: syungkeaw/m
 public function getRt()
 {
     return $this->hasOne(Rt::className(), ['id' => 'imdb_id']);
 }