Oh yea, one more question
When I do
$this->Ballot->id = $someID;
$this->Ballot->read();
I get a huge array with ['Ballot'], ['Options'], and
Say I wanted to return only the (['Ballot'] and ['Options']) or
(['Ballot'] and ['Votes']),
Is there a method/way that will return selective associations in
that way? Or, I guess again I'll resort to a custom query...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---