Solucionado llamando..
$this->view->content = eval ('?> '.$contents);
Hay alguna manera de remplazar ese include por otro include com este por ejemplo.
Código PHP:
Ver original<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
$test = array('Nombre'=>'Juan','Apellido'=>'Perez'); echo '<div id="items">';
foreach($test as $key=>$t){
echo $key.':'.$t;echo "<br ></div>";
}
echo '</div>';
?>
antes de hacer esto , o hay que hacer una vez hecho el eval(), saludos y gracias por la ayuda