public render (string $controllerName, string $actionName, [array $params])
Executes render process from dispatching data
1 2 | // 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
1 2 | // Shows recent posts view (app/views/posts/recent.phtml) $view ->start()->render( 'posts' , 'recent' )->finish(); |
Designed by : w10schools
service@w10schools.com
Please login to continue.