Mvc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priya.sharma
    Senior Member
    • Aug 2016
    • 105

    Mvc

    What is MVC??
  • Guest

    #2
    Model–view–controller (MVC) is a software architectural pattern for implementing user interfaces on computers.

    Comment

    • priya.sharma
      Senior Member
      • Aug 2016
      • 105

      #3
      MVC stands for model-view-controller. MVC is a pattern for developing applications that are well architected, testable and easy to maintain. MVC-based applications contain:

      Models: Cl***es that represent the data of the application and that use validation logic to enforce business rules for that data.

      Views: Template files that your application uses to dynamically generate HTML responses.

      Controllers: Cl***es that handle incoming browser requests, retrieve model data, and then specify view templates that return a response to the browser.

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎