On Jun 20, 11:52 am, "Siebren Bakker" <[EMAIL PROTECTED]>
wrote:
> I'm not selecting more information than I need. findAll > find in most
> situations, especially because of the recursive option.
Really? That's odd, because findAll() is nothing more than a
(deprecated) wrapper for find('all'). Actually, there are things that
you can do with Model::find('all', ......) that are impossible with
Model::findAll(), such as providing options to the new Containable
behavior.
Read the API if you have some free time. It's often quite
enlightening.
-Joel.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---