On Tue, May 15, 2007 at 03:27:39PM -0700, Mike Orr wrote: > > On 5/5/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > > as some of you already know I have never been very happy with > > Webhelpers' built-in pagination module. So I wrote my own (that is NOT > > compatible with the existing one) and I love it so far. > > > > Interested? Get it from http://workaround.org/pylons/paginator/ and let > > me know what you think. Some of the features: > > Excellent, I'll have a use for it this week. I suppose it can work > with a SQLAlchemy Select as well as Table or an ORM query?
Thanks to Ben's orm module it can. See the rest docs that accompany the module. I just lack a good example in SQLObject. Cheers Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
