1.

How to install the FuelPHP Framework?

Answer»

9. EXPLAIN the RESERVED Routes in FUELPHP Framework? There are four reserved routes-

  • _403_-This ROUTE is followed at the time of uncaught HttpNoAccessException.
  • _root_-It is the default route to be followed due to the unspecified URI.
  • _404_-At the time of HttpNotFoundException, this route is followed.
  • _500_- Uncaught HttpServerErrorException leads to FOLLOWING this route.


Discussion

No Comment Found