On 8/23/07, Grant Cox <[EMAIL PROTECTED]> wrote:
>
> $conditions=>array('OR' => array('Sales.id'=>'123',
> 'Customer.sales_id'=>'123') );
>
> will use a boolean OR rather than AND.
>
>Hi Grant, I understand the OR condition, but that is not the situation I want. What I need is to have the 'Customer.sales_id'=>'123' condition to be applied to MSSQL connection as Customer model (table) is there. How should I write condition to have that solution ? Regards, Feris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
