Sorry....1 final thing.

How do I set pagination with this array also?

Array
(
    [Final] => Array
        (
            [0] => Array
                (
                    [0] => 52 <- this is the Post ID
                    [1] => 48
                )

            [1] => Array
                (
                    [0] => 37 <- this is the Post ID
                    [1] => 48
                )

            [2] => Array
                (
                    [0] => 49 <- this is the Post ID
                    [1] => 36
                )
} 

Thanks,

Dave

-----Original Message-----
From: Miles J [mailto:[email protected]] 
Sent: June-22-09 2:15 AM
To: CakePHP
Subject: Re: foreach question


foreach ($final as $no => $data)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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