I'm doing my first project using MVC in PHP, and I came across this question:
For ajax
and requisições assíncronas
, when I make a request to a page, this page that processes the ajax request would be the controller
(eg view-ajax controller-php ~ model-php )
Or would I have to make a page that is called by ajax and that page calls the controller?
controller-php ~ > model-help php )
Thank you!