@Joel
I'd never fully read the API documentation on Model::find and Model::findAll
before, thanks for the advice, find('all') works a lot better for what I
needed done!

In the name of Life, Liberty, and the pursuit of my sanity.
Siebren Bakker(Aevum Decessus)

On Fri, Jun 20, 2008 at 12:58, Joel Perras <[EMAIL PROTECTED]> wrote:

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

Reply via email to