I've been using ther 1.2 pagination features, but I want to emit a
finer tuned set of pagination links for users to select from. For
example given a website with 1000 users, when showing the users the
$this->paginate invokation in the User controllerI currently orders
them by User.name, and the user can click on "< 1|2|3|.....|n| >" for
keys for going through the pages in alphabetical order.

What I want to enable is allowing the user to directly go to a page
with user names that have same first letter, for example "< A|B|C|D|
E|...|Z| >" and have each paging link generate the users whose names
start with "A" or "B" etc. I've ready the pagination code and stuff up
here -- anyone done this before? Should I be using specific pagination
helper links for each letter to genrate requests back to the
controller for that specific subset?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to