Here is my Code, how to and pass data from controller to layout
$arr = array();
$arr['layout'] = 'example';
$this->layout()->calllayout = $arr;
Here is my Code, how to and pass data from controller to layout
$arr = array();
$arr['layout'] = 'example';
$this->layout()->calllayout = $arr;
try like this