Hi I'm making an app that uses backbone.js as front end. It sends restful calls to server. I have made the front end. I want to create a backend on php where I can receive these requests, fetch the data from the database and give the response.
Can you suggest tutorials for the same or show the approach to make the backend server in php?