Out of interest, is your "function that takes an array from a findAll,
and returns an array of the primary ids" something like:
$results = $this->Model->findAll();
$primary_ids = Set::extract($results, '{n}.Model.id');
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---