Hello Brian,

Can you explain more? What is your context?
Because "conditions" array is normally for SQL conditions (e.g. :
"Post.id > 5" or "Post.id <> 10"), not for fields...

BR

Avairet



On 10 jan, 02:32, blange <[EMAIL PROTECTED]> wrote:
> $conditions = array(
>                         'Post.id' => 'Post.thread_id',
>
> How to I make cake interpret Post.thread_id as the field instead of a
> string.
>
> Thanks.
>
> -Brian
--~--~---------~--~----~------------~-------~--~----~
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