示例#1
0
 public function getResult()
 {
     return $this->hasOne(Result::className(), ['id_game' => 'id_game']);
 }