Monday, September 17, 2012

Re: Is it possible to get find() to bypass associated model?

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 <lightaiyee@gmail.com> 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 cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 

No comments: