MVC Framework - Models
// With an arbitrary Framework User = Framework.Model.extend({ // Instance Methods }); var user = new User({ // attributes });