Joomla MVC let us use different views for our extensions/templates

I can use this

JRequest::setVar('tmpl','component');

in my index.php file to reroute the html rendering from component.php instead index.php

and it works fine , but i want to do something else , i want to override rendering by using file in a different folder not template/template_name/ folder but for example

plugins/myplugin/myview.php , does anyone know the way?

kinda this

JRequest::setVar('plugins/myplugin/','myview');
link|improve this question

73% accept rate
I dont think that is possible, however you can always override templates with template overrides. May I ask why exactly you want to do that? – Kristian Hildebrandt Jan 12 at 3:16
overriding admin default templates with my own plugin, hartor , bluestorke are loading to much stuff in and custom css/js , i need to rewrite the output – Benn Jan 12 at 6:41
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.