Exemplo n.º 1
0
 protected function GETattendance(Admin $instructor)
 {
     $view = new View(self::layout);
     $view->content = 'views/layouts/attendance.html';
     $this->courses = \Models\Course::collect();
     return $view->render($this());
 }