I have a similar problem:

I have a Tag model that has a HABM association with Post and Photos.

I wanna to retrieve 2 separate pagination results for the records for
a given Tag, iin order to display the reults with 2 pagination blocks
via Ajax on the same page.

I'm trying to call 2 separate functions via Ajax:

- 1 for retrieving the Posts  for the given Tag
- 1 for retrieving the Phots for the given Tag

Which conditions should I pass to my paginate() function?


cheers

Dan


--~--~---------~--~----~------------~-------~--~----~
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