Supermodel.zip
Supermodel是Backbonejs的数据模型层。示例代码:Post.has().many('comments',{collection:Comments,inverse:'post'});Comment.has().one('post',{model:Post,inverse:'comments'});varpost=Post.create({id:1,comments:[{id:2},{id:3},{id:4}]});post.comments().length;//3
下载地址
用户评论