Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

MVC structure

  1. #1

  2. #2
    Junior Member
    Join Date
    Jan 2016
    Location
    Miami, Florida
    Posts
    22
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    MVC structure is proecting pattern which is used by Magento, but with several differences. MVC - model view controller is a simple controller. Model contains three parts: business model, resource model, collection model. View contains two parts: block (server part of view - backend) and template (client's part of view - frontend).

  3. #3
    Junior Member
    Join Date
    Sep 2018
    Location
    Canada
    Posts
    873
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components are built to handle specific development aspects of an application.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •