public string getRender (string $controllerName, string $actionName, [array $params], [mixed $configCallback])
Perform the automatic rendering returning the output as a string
$template = $this->view->getRender('products', 'show', ['products' => $products]);
Please login to continue.