+ 1
Is it fine to use GET method as page controller?
example: url-> localhost/index.php?page=customer&content=show it will include content of showing customer data. i create one file to controll GET method to include views or files base on url request.
2 Respostas
+ 1
yeah, it's fine. Just build it by yourself, how you think it will work with better perfomance
0
thanks