I have 2 models Venue and Event. I want to do a search page that returns
both Venue and Event on 1 page and trying to get the ajax pagination feature
in cake rc2 to work.

However, the first parameter for $this->paginate(...) is the 'type' (model).
Is it possible for my controller to have both $this->paginate ('Venue',...)
and $this->paginate ('Event',...) at the same time?

Or, it would be preferable to do a custom query and feed the results of this
query to the paginate() function. Is this possible?

Any other possible ways to do this?

Thanks

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