How to let Zend render a dynamic footer on every page?
        Posted  
        
            by koko
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by koko
        
        
        
        Published on 2010-04-06T12:02:52Z
        Indexed on 
            2010/04/06
            12:03 UTC
        
        
        Read the original article
        Hit count: 248
        
zend-framework
|php
In the app I'm building, I'd like to have a nice footer with data from the database (tags) and a contact-form. All the parts are scripted, but now I'd like to put them all together. The elements of the footer are the same for every page loaded, only the content is different.
How can I do this, without having to put too much code on every controller?
© Stack Overflow or respective owner