Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suggest a tutorial for Backbone.js and php as backend [closed]

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?

like image 533
Abhishek Avatar asked Mar 27 '13 18:03

Abhishek


1 Answers

Yeah, this one worked for me, PHP API + Backbone

http://coenraets.org/blog/2011/12/restful-services-with-jquery-php-and-the-slim-framework/

like image 168
Ignacio Avatar answered Oct 16 '22 19:10

Ignacio