<?phpRoute::get('/home' , returnView());function returnView(){echo "hi";}
..................................................................................
<?phpRoute::get("/home" , function(){return "Hi to home";});
..................................................................................
<?phpRoute::get("/" , function(){return view('home');});
همان صفحه اصلی دامنه
home: فایل home.html در پوشه view