使用backbone.js和其他服务器脚本语言将数据存储在mysql中

I am fresher for backbone.js and go through the following.

http://adrianmejia.com/blog/2012/09/13/backbonejs-for-absolute-beginners-getting-started-part-3/

It's stored data locally. But i want to store data in mysql database.

So, any one can suggest that how can i do this?

if server scripting language required i would like to use PHP.

Thank you

assuming the data is saved in model using

model.save([attributes], [options]) 

will Save a model to your database

refer this : http://backbonejs.org/#Model-save