Tel: 91-95381-71000 | Mail: inderweb.com@gmail.com


Architecture

Model-view-controller (MVC) architecture is optional / MVC in Drupal

Model-view-controller (MVC) architecture is optional in Drupal. MVC is accomplished by generating data in modules then theming the data in your theme.

Some modules format the data before output, which is not MVC.

Some modules format the output and provide documentation in how to reformat the data in your theme, which is MVO, Model-view-optional.