Display a view with action output.
on the browse page that you want to display, write this simple code.
echo $this->action('list','users','main');
list is my action name
users - my controller name
main is my module name (if the module is used in your project).
shihab mm
source share