Use module-specific view renderer

Hi guys!

I’ve been struggling with this for quite some time.

Here’s the setup:

  1. I have a frontend part of site, which needs to be rendered from XSLT, I have already written the renderer for this, and it’s working as expected.

  2. Second part is more challenging for me. I also have backend (as module), which I need to run on standard php renderer.

Question is: how can I re-config the module to use standard php renderer and not application-wide XSLT renderer.

I’ve tried writing it in config file (modules -> components -> renderer -> class -> …), in init() method of the backend module, but none seem to have desired effect.