in the controller method 

$this->ModelNameHere->recursive = -1;

On Tuesday, September 18, 2012 8:10:33 AM UTC-4, Lightee wrote:
>
> THanks! This works!
>
> On Monday, September 17, 2012 5:36:31 PM UTC+8, Andras Kende wrote:
>>
>> easiest way if only need records from current model:
>>
>> $records = $this->Record->find('all', array(
>> 'recursive' => -1,
>> ));
>>
>>
>> Andras Kende
>> http://www.kende.com
>>
>>
>> On Sep 17, 2012, at 2:10 AM, Lightee <[email protected]> wrote:
>>
>> Dear Cakephp experts,
>>
>> When I use find('all), all the records in the model and associated model 
>> will be returned. May I ask if it is possible to bypass the associated 
>> models and show only the records of the model? Do I have to write SQL to do 
>> that?
>>
>> Thank you.
>>
>> -- 
>> Like Us on FacekBook https://www.facebook.com/CakePHP
>> Find us on Twitter http://twitter.com/CakePHP
>>  
>> --- 
>> 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].
>> Visit this group at http://groups.google.com/group/cake-php?hl=en.
>>  
>>  
>>
>>
>>

-- 
Like Us on FacekBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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].
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to