コード例 #1
0
ファイル: Game.php プロジェクト: jsuggs/BBM_old
 public function getViewUrl()
 {
     return Url::direct(array('game_id' => $this->game_id, 'game_name' => $this->homeTeam . 'vs' . $this->awayTeam), 'game-view');
 }