How can I get the related data in habtm in paginator .
I have auctions and categories . One auction HABTM category .
I want to get the auctions which has category with ID :
$data = $this->paginate('Project' ,array(
'Auction.status'=>'open',
'Auction.approved'=>1,
'What wil be here'
)
);
Thanks in advance .
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---