Dataflow in Controllers & Layouts in Zend Framework

Posted by favo on Stack Overflow See other posts from Stack Overflow or by favo
Published on 2010-05-28T23:54:46Z Indexed on 2010/05/29 0:02 UTC
Read the original article Hit count: 242

Filed under:
|

I use a basic setup which uses a layout.phtml for the HTML Layout and view scripts for the content part.

I want to control some variables in the layout in my controllers, i.e. the title of my site.

How can I access my layout to output variables from within the controller?

Thanks for your feedback!

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework