Hi Adam,

you just need a condition. I am not sure if this is the most elegant
way, but here is an example:

$this->Request->find('all', array('loan_id !=' => 0));

Regards,
Michael

Adam Sunderland schrieb:
> Currently I have two tables connected by a hasOne relationship.
>
> More clearly, a request has one loan. And of course, a loan belongs to
> a request.
>
> What I want to do is find all of the requests where a loan does not
> exist and also vice versa.
>
> Is there a nice way to do this using a model find method?
>
>
> Currently, I find all of the requests then go through and remove all
> of the requests that either have or do not have a loan according to
> the situation. But this does not seem like the most elegant solution,
> and might be a bottleneck when the application increases in size.
>
> Thanks for the help,
>
> Adam
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to