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