예제 #1
0
 public function export_csv()
 {
     Student::exportCsv(Input::all());
 }