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