1 to 4 of 4
Just do
$this->MyVar = "here we go";
in a controller.
Now you can
echo $MyVar;
in the view.