Does anyone can help how to use pagination with SQLObject+query_args?
This Ben's example is too informless for my brain: 
http://pylonshq.com/pasties/161

For instance, I have the select query:

        materials = model.Material.select(
            AND(model.State.q.state == 'published',
model.Material.q.stateID == model.State.q.id),
            orderBy = '-publication_date')

How to use the same query with h.pagination.paginate()?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to