I have a Phalcon PHP modular application. I am making an administrative interface to control which modules should be used in the system. One of the modules controls the application's default interface, while the others add certain functionality.
I have the following problem: When another module is enabled, it should add HTML content to the other interface control module. In this way I would like to merge two or more views. I'm using Volt as the build engine for views.
Is it possible to do this in Phalcon?