> When I call $members = $this->Member->find('all');
> Cake performs 2 statements.
> 1. to get all member results
> 2. to get all subscription results
>
Use the Containable behavior and pass conditions to the related model.
http://book.cakephp.org/view/1323/Containable#Containing-deeper-associations-1325
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment