示例#1
0
文件: Movie.php 项目: syungkeaw/m
 public function getRt()
 {
     return $this->hasOne(Rt::className(), ['id' => 'imdb_id']);
 }