Example #1
0
 public static function getAll()
 {
     $projects = Project::simplePaginate(8);
     return $projects;
 }