Items in category drupal

Beyond the Basics: Enhancing Drupal’s MVC Architecture

Drupal
Beyond the Basics: Enhancing Drupal’s MVC Architecture
Image generated by ChatGPT (DALL·E)

Related articles: Drupal Meets MVC: A Smarter Way to Build Websites and When Great Ideas Meet Bad Code: A Look at Drupal I’ve already described an approach of using MVC in Drupal . It wasn’t bad for the beginning I hope. Though in real life you face requirements which hardly can be fulfilled with such a simplicity. In, more or less, complex application you ain’t going to be satisfied by the only controller (page controller) to serve the whole bunch of components presented on the page.

Drupal Meets MVC: A Smarter Way to Build Websites

Drupal
Drupal Meets MVC: A Smarter Way to Build Websites
Image generated by ChatGPT (DALL·E)

Related articles: Beyond the Basics: Enhancing Drupal’s MVC Architecture and When Great Ideas Meet Bad Code: A Look at Drupal If you ought to build a new site and don’t have time to develop a CMS, you’ll likely take an open source solution. And likely it will be Joomla or Drupal. They seem as most popular. Actually they are similar in many ways. Both provide basic content management frameworks, extensible through plug-ins and customizable via themes.