Hi,
I want tu use Phalcon\Mvc\View\Simple in one module (multi-module-application), because the module has only one view. In the module definition I set the "view" in the DI (registerServices()). But now the application must set to "$app->useImplicitView(false);" in the bootstrap (index.php). But the other modules should use the general view rendering.
How can I set "$app->useImplicitView(false);" for one module?
Greetings Mario