public render (string $controllerName, string $actionName, [array $params])
Executes render process from dispatching data
// Shows recent posts view (app/views/posts/recent.phtml) $view->start()->render('posts', 'recent')->finish();
public render (string $controllerName, string $actionName, [array $params])
Executes render process from dispatching data
// Shows recent posts view (app/views/posts/recent.phtml) $view->start()->render('posts', 'recent')->finish();
Please login to continue.