Sync
Backbone.sync
๋ ๋งค๋ฒ ๋ชจ๋ธ์ ์๋ฒ์ ์ ์ฅํ๊ฑฐ๋ ์ฝ์ ๋ ํธ์ถ๋๋ ํจ์์ด๋ค.(์๋ฒ์ ๋๊ธฐํ)๊ธฐ๋ณธ์ ์ผ๋ก RESTful JSON ์์ฒญํ๊ณ jqXHR๋ฅผ ๋ฐํํ๊ธฐ์ํด์ (jQuery/Zepto).ajax
๋ฅผ ์ด์ฉํ๋ค.
Method : CRUD("create", "read", "update", "delete")
model : Model์ด ์ ์ฅํ๋ ์์ฒญ, Collection์ ์ฝ๋ ๊ฒฝ์ฐ
options : success and error callbacks, and all other jQuery request options
์ฐธ์กฐํ์ด์ง
Last updated