<?php
$series = file_get_contents('/js/series.js');
$series = json_decode($series,true);
?>
<?php echo $this->doctype(); ?>
johnmukii wrote:In the controller to pass data to the layout pass the variables to the view object .
//in the controller
$this->view->yourdata='data';
//in the layout
$this->yourvariable;
johnmukii wrote:In the controller to pass data to the layout pass the variables to the view object .
//in the controller
$this->view->yourdata='data';
//in the layout
$this->yourvariable;
Users browsing this forum: Google [Bot] and 6 guests