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:<
$this->view = '/TestView/index'; $this->set('stocksRT', $this->StockRealtime->find('all'));