Use bindModel() to define the conditions. Something like this...

$this->User->bindModel(array('hasMany' => array('Loan' =>
array('conditions' => array('on_loan' => 'L')))));
$users = $this->User->findAll();

Adam

On Dec 6, 1:17 pm, "Gould, Adrian" <[EMAIL PROTECTED]>
wrote:
> When retrieving the information for a User, we get associated models, such as 
> "loans".
>
> The view is the Users (for a particulat ID), with hasMany Loans, and 
> Equipment hasMany Loans.
>
> How can I filter the loans model to give me only those which have been marked 
> as "L" for on loan.
>
> User (id, name, password)
> Loan (id, user_id, equipment_id, on_loan)
> Equipment (id, name)
>
> [have missed created / modified off]
>
> Thanks for the help
>
> Ady
>
> ---
> Adrian Gould
> Lecturer in IT / Network Engineering / Multimedia
> Business Finance & Computing [Midland Campus]
> Swan TAFE
> PO BOX 1336, Midland WA 6936
>
> Phone: (08) 9267 7777
> eMail: [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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