Tag Archives: api

How to configure a RESTful Backbone.js and PHP API

How to configure a RESTful Backbone.js and PHP API

How to configure a RESTful Backbone.js and PHP API   Backbone.js is one of the many javascript frameworks out there. Thats fine, we’re not here to talk about that ;). When trying to create a RESTful PHP API what we care about is how do we receive the data and what our endpoints should look like. Typical …