Is there a way to render a controller to a different view then normal? I\'m trying to pass some data from the controller to a non-default view. Meaning my controller is called:<
Try to put the name of the view without .ctp extension.
$this->render('file');