Model View Controller (MVC pattern) Let me tell you a little bit about MVC pattern, that used in many frameworks nowadays. MVC pattern is the pattern where we have three major parts: Model(files that contain data for manipulation) View (files that represent data to the end User. Controller (files which manipulate with models to generate […]