Hi,
I have two controllers
- IndexController with indexAction() and view/index/index.phtml
- ExampleController with exampleAction() and view/example/example.phtml
I would like put example.phtml in index.phtml with execute exampleAction().
Currently I use $view->getRender(), but this function not execute controller and render again layout.