Nick, I was just discussing the paginator adapter with Jurrien. I don't have a direct answer but I have this leftover paste I can send your way to show you what kind of usage I wrapped around it. I may propose it later.
http://pastie.org/274967 Jason On Thu, Sep 18, 2008 at 11:06 AM, Nick Thornley <[EMAIL PROTECTED]> wrote: > Hi everybody. > > I currently have a view helper that constructs a tabulated output of the > data contained in Zend_Db_Table_Rowset object, using the tables meta data to > determine primary keys etc., for various uses. > > I would love to make use of Zend_Paginator, but cannot see any obvious way > to get from a Zend_Paginator object back to the database table info. > > Does anyone know of an obvious way? > > Thanks > Nick >
