On Jul 31, 2006, at 6:57 PM, Daniel King wrote:

>
> There are some associations in my app. But I don't need to use it  
> every
> time.
> What should I do?

Set the recursive var to 0 before making find calls.

$this->ModelName->recursive = 0;
$this->ModelName->find();

-- John

>
>
> >


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

Reply via email to