public static function edit($id) { self::check_logged_in(); $tulos = tulos::find($id); $radat = rata::all(); $tulokset = tulos::haeTuloksenVaylatulokset($id); View::make('/tulokset/edit.html', array('tulos' => $tulos, 'radat' => $radat, 'tulokset' => $radat)); }
public static function index() { $radat = rata::all(); View::make('radat/index.html', array('radat' => $radat)); }