Is WordPress written in MVC architect?

How to understand a CMS is a MVC?

A CMS that written in MVC must have directories with named “Model”, “Controller”, “View”?

Sorry for my beginner question .

2 Answers
2

WordPress dosen’t follow MVC (Model-View-Controller) nor is written with OOP approach in mind. Anyway you can write your plugins with a MVC pattern or using OOP. One excelent tool to use MVC in WordPress is WP MVC

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *