Studying the principle of MVC
, I did this: there is a view
variable that receives a certain value and the get
method passes this value to the index.php
page. For example: index.php?view=articles&id=4
. Further, index.php
, analyzing the het-variables, generates this or that page. However, looking at sites (and hashcode), I do not see it. In the address bar there is something like https://ru.stackoverflow.com/questions/ask/
, so the link to the internal index.php
.
How does all this work? How does data transfer and page generation occur?
?
located in a row of toolswmd
editor. - Deleted