Well, without much thinking I would say that your "series" are given by a SELECT DISTINCT WEEK ORDER by WEEK ASC in your db, then pagination is quite straight forward (I will try to write some code sample, if you wish). If you use a row per serie, then adding an ajax call triggered by "click" on the <tr>, could populate a lower div with the game of this week..
On Jan 8, 7:32 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On Jan 8, 2008 1:29 PM, francky06l <[EMAIL PROTECTED]> wrote: > > > > > Hi Chris, > > > I am not sure to get what you want to do .. Do you want to show all > > series Meaning all games following each other or (what I undestood), > > having a "2 parts" screen when above displays all series (basically > > all weeks), (you can paginate them) and then a second part that will > > show (with pagination) all games of the "selected" serie ? > > Yeah, that's exactly what I'd like to have. One screen that allows > you to paginate through the "series" I have in the database. There > are never more than 6 games in a particular series (makeups due to > rainouts etc) so I don't think I need to paginate through individual > games. > > -- > Chris Hartjes > Internet Loudmouth > Motto for 2008: "Moving from herding elephants to handling snakes..." > @TheKeyBoard:http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
