Hi again, >>From your controller: > > $this->layout()->var = $value; > >> How can I access the variables from the layout script within a view >> helper that is called in this layout script? > > $this->view->var
Thanks again. The problem was due to the fact that I tried to pass variables to the layout within the action controller constructor. That does not work and that confused me. Best regards, Ralf -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
