Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7606935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:32:05+00:00 2026-05-31T00:32:05+00:00

In backbone it seems that I have to get model attributes via model.get(‘att_name’) I’d

  • 0

In backbone it seems that I have to get model attributes via model.get('att_name')

I’d prever to get them the way I’d get any public field within an object: model.att_name

Can anyone think of a way to get around this?

eg: In python world I would override getattr on the model something like this:

def getattr(self, att):
   return self.get(att)

Oh, and I’m using CoffeeScript

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T00:32:06+00:00Added an answer on May 31, 2026 at 12:32 am

    Model attributes that you use get() and set() or defaults to get/set are stored in the instance.attributes attribute.

    Also, these are the attributes that are going to be passed to and returned from sync() as well as toJSON(). So when you fetch(), save() etc, only what is stored in instance.attributes gets passed along.

    Nothing will stop you of course from having normal attributes like instance.foo on your objects. If you want to treat those as the other attributes and pass these along to fetch() and save() you can do so by providing a custom parse() on your model which by default does nothing. That said, you should only do this if you really deem it absolutely necessary, if only to comply to the Backbone conventions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have noticed that when multiple attributes of a Backbone model are set like
in backbone we have an app that uses an event Aggregator, located on the
In backbone.js, I'm noticing that the change and all events on a Model do
I have a simple backbone.js twitter application that needs to sort tweets in reverse
I have a Backbone Model: class DateTimeSelector extends Backbone.Model initialize: -> @bind 'change:date', @updateDatetime
I have a backbone model which contains an array which I am updating with
TL;DR Is PinView.prototype = _.extend(PinView.prototype, google.maps.OverlayView.prototype) the proper way to have a Backbone View
I have a Rails 3.1 app that uses the codebrew/backbone-rails . In a .jst.ejs
I have a backbone model called Member - this contains membership data such as
What is the aim of specifying a model in a Backbone collection? It seems

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.