Thread: how to manage html header when using different views
how to manage html header when using
different views
2007-08-28 13:17:00
hi, i have a basic question related to Zend_View and the
->render()
method. I have one .pthtml and one .css file for the menu
which should
allways be present so i load it inside every view that needs
it.
My question now is how is the html header managed ? get they
merged when
i call ->render multiple times ?
Because of the <title> and the <link> and
<script> header tags..
best regards,
Truppe Steven
Re: how to manage html header when
using different views