Hi Jess, i'm the developper of the riskle paginate component and I'd be happy to help you have it work :-)
I just finished a quick page on riskle's assembla space which summarize what has to be known about this component to use it, you can find it at the following url: http://www.assembla.com/wiki/show/riskle/Pagination_Component Also, please be sure to use the last release (rev 105 at the moment) as the one listed on the link you gave was broken: http://fashion.hosmoz.net/post/2007/09/30/Bugfixes-release-of-Zend-Framework-pagination-component Best regards, Geoffrey On 9/30/07, Waigani <[EMAIL PROTECTED]> wrote: > > > Hi Dave, > > I think you've just replied to me and not the whole list. It would be a > good > question to put out there. I didn't actually get Riskle's paginate working > fully and there is no documentation to help. So I've got the same question > as you. > > I'll post this on the nabble thread to keep the discussion going. > > Cheers, > Jess > > On 30/09/2007, at 5:16 AM, David Mintz wrote: > > I have just entered the monastery. Please teach me: how do we paginate > database results in The Way? > > I don't know about the idea of all my models having to extend something > that > extends Zend_DB_table...what other ways to people recommend (before I go > and > roll my own, he threatened)? > > On 9/26/07, Waigani <[EMAIL PROTECTED] > wrote: > > Ah, > > > My_Table extends Riskle_Db_Table{ > } > > and then put in 'new My_Table' > > > > > Waigani wrote: > > > > Hi, > > > > Has anyone used Riskle's Paginate class? It looks very good. > > > > > http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike > > > > In the example: > > > > $table = new Riskle_Db_Table_Paginate(new Table, > > $this->_getParam('page')); > > $this->view->rowset = $table->fetchAll(); > > > > I don't get what I'm meant to swap the 'new Table' with. > > > > -- > View this message in context: > http://www.nabble.com/Riskle-Paginate-tf4525848s16154.html#a12913158 > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- > View this message in context: > http://www.nabble.com/Riskle-Paginate-tf4525848s16154.html#a12969807 > Sent from the Zend Framework mailing list archive at Nabble.com. > >
