Beispiel #1
0
 public static function all_courses()
 {
     $students = Model_Course::count();
     return $students;
 }