doujuyang1764 2014-05-07 11:40
浏览 62
已采纳

使用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

  • 写回答

1条回答 默认 最新

  • dongzhuang5741 2014-05-07 11:50
    关注

    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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?