I want to generate a dynamic site using Zend_Layout.
My layout (/application/layouts/scripts/layout.phtml) contains the following lines:
...
You can use the not so speed performant
$this->action()
or you try it with
$this->partial()
(see http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.initial.partial )