How to let Zend render a dynamic footer on every page?
- by koko
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?