Cakephp

How do I render a view in a controller from another controller

How do I render a view in a controller from another controller


How do I render a view in a controller from another controller

You can render a view in a controller from another controller like so:

$this -> render('Controller/View');

Published: 1st June 2016 by Rendering a view in a controller from another controller

Adverts