Comment on Backbone.js: Hacker's Guide Part 2 (Backbone.Collection)parentComments−jwoah1214yExactly. Your server could query the DB for a bunch of rows from a User table and send the data to your client. On your client you'd have a User model, and a UserCollection that contains many Users.
Comments
Exactly. Your server could query the DB for a bunch of rows from a User table and send the data to your client. On your client you'd have a User model, and a UserCollection that contains many Users.