Пример #1
0
 public function index()
 {
     $mTest = new TestModel();
     $arrReturn = $mTest->returnArrayTest();
     $arrView = array('arrTest' => $arrReturn);
     return view('test.index', $arrView);
 }