If you are using the containable behaviour, just add 'contain' => array() to 
the find call and you'll get back just the current model. If you are not, then 
add 'recursive' => 0 to the find call.

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 17 Sep 2012, at 10:10:19, 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