Vind een opleiding

Full Stack PHP Router ( MVC - PHP 7 - PHP Router ) - Udemy

Doelgroep: Alle niveaus
Duur: 34 colleges - 2,5 uur
Richtprijs: € 19,99
Taal: Engels
Aanbieder: Udemy

>> proefles

In the context of a server-side web application, a routing system is the part of the web application that maps an HTTP request to a request handler (function/method). An HTTP request consists of a header and optionally a body. The header contains information about the request for example the method, path and host. Some methods like GET, HEAD, and OPTIONS do not make use of the request body while others like POST, PUT, and PATCH use it to pass data from a client to a server.

Using a routing system allows us to structure our application in a better way instead of designating each request to a file.

A routing system works by mapping an HTTP request to a request handler based on the request method and path specified in the URL of the request. This is exactly what we are going to build in this tutorial.

Who this course is for:

  • Php programmers

  • Fans of PHP programming language

  • the students

  • Developers Websites

  • Developers electronic business sites

  • Professional PHP programming

  • Who aspires to improve PHP language


>> Meer info