I'm working on a page which show a list of articles of a catalog, with a pagination (I don't use Zend_Paginator)
The pagination bloc is ok, but I would render it multiple times (at the top and at the bottom of the list)
Inside the view script, is there a way to capture the output, and render it twice without using any external view script (which will be executed two times) ?