Ejemplo n.º 1
0
 /**
  * Render a view ensureing it has no master view
  * wrapped around it. 
  *
  * @param string $view
  */
 protected function renderRawView($script)
 {
     $response = $this->view->clearMaster()->render($script);
     $this->getResponse()->appendBody($response);
 }