Good morning everyone.
I have a question / problem.
I'm using php and javaScript / Jquery with the default MVC and DAO projects. I want to know how do I get the data from the database that is in DAO using AJAX and send it to VIEW . However, this data must be sent to control and then retrieved and sent to VIEW .
Can anyone make a simple example?