December 2017

Modular Application Architecture - Inheritance

  • 2017-12-13
  • php, extensibility, plugins, inheritance, api, software-design, software-architecture, modules, twig, classes

When developing software, sometimes we need to allow our application to have plug-ins or modules developed by third parties.
In this post we will see how "inheritance" can help us to build a plugin system for our application.

Want more info?