I believe the correct approach is to assign those to $this->layout(), for
example:

## views/scripts/index/index.phtml
<?php $this->layout()->foo = "Foo!" ?>

## layouts/scripts/layout.phtml
<?php echo $this->layout()->foo ?>

--
*Hector Virgen*
Sr. Web Developer
http://www.virgentech.com

Reply via email to