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

  • Home
  • SEARCH
  • 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 7749969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:10:10+00:00 2026-06-01T11:10:10+00:00

What is a correct way to update model when view changed. Is it need

  • 0

What is a correct way to update model when view changed. Is it need to do in a view or in some other place like controller or so?

for example I have a model (model1) and some view (View1) associated with this model. I need to update model when I change some fields on the view. Which is correct way to do that?

Also, I have a collection of that models associated with another view (View2), and i need to put model (model1) to that collection.
The second question – should View1 or Model1 know about collection, and if yes – how it should be done?

  • 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-06-01T11:10:11+00:00Added an answer on June 1, 2026 at 11:10 am

    There is interesting approach of MVC theory, applied to MVC… Look here for more explaination what is controller in Backbone

    http://lostechies.com/derickbailey/2011/12/23/backbone-js-is-not-an-mvc-framework/

    written by @derick-bailey

    In general summary, Bailey says that there are no controllers in Backbone. So, I personally think, that every model updates should take place in the View, associated with that model.

    Every model in Backbone, when is added to a collection ( or collections ) and is updated triggers an event in the collection(s) it belongs, so you should listen for that event in your view.

    In your example

    • View1.collection = [model1];
    • View2.collection = [model1, model2, model3];

    And when View1 changes model1, then model1 triggers an event to View2.collection, which you can listen.

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

Sidebar

Related Questions

Is this the correct way to update a ProgressBar when playing Media? I figured
What is the correct way to do conditional formatting in Django? I have a
I have a 'Complex' model which hasMany Unit. My model associations are correct, everything
What is the correct way to insert/update a row using Entity Framework? I know
I have the following view model: Public Class MyViewModel Public Property SelectedIDs As List(Of
I have mulitple UITextFields in a view. I'm assuming the place to capture the
I have a model that for edit/update actions only is logically split into two
What is the correct way to draw isometric tiles in a 2D game? I've
What would be the correct way to create a fully URL-encoded file:// URI from
What's the correct way to prevent invoking (creating an instance of) a C type

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.