コード例 #1
0
ファイル: Movie.php プロジェクト: syungkeaw/m
 public function getRt()
 {
     return $this->hasOne(Rt::className(), ['id' => 'imdb_id']);
 }