예제 #1
0
 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));
 }