I have a server with PHP support and a MySQL database. Ember.js supports RestAdapter that takes a url to a rest service.
So my question is what is the simplest solution to expose my database as a rest service for Ember.js?
My database is in MySQL and i have PHP support.