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
