Пример #1
0
 public function filmmomenttoevoegen()
 {
     Self::checkLogin();
     $films = Film::all();
     View::make('medewerker/filmmomenttoevoegen', ['title' => Self::$title, 'navigation' => Self::$navigation, 'page' => 'Film Moment Toevoegen', 'films' => $films]);
 }