Hi guys, There was an issue raised requesting that Zend_Paginator output something by default without setting a view partial. The easiest way to do this is to include a default view partial. The question is: where? I was thinking Zend/View/Helper/PaginationControl/default.phtml. Or is there somewhere else where we would want to put that? Perhaps I just assemble it using XMLWriter (on by default starting in 5.1.2)?
Currently there are two components that I can find that have this functionality: Zend_Form and Zend_Navigation. Form uses the decorators and Navigation includes raw HTML. Any thoughts? -Matt
