On Jun 7, 2008, at 6:22 PM, . wrote:

> i moved from cake 1.2.6 beta to 1.2.7 rc1.
>
> I am trying to do a query Not Equals, but <> does not work anymore.  
> What is it replaced by?

It was mentioned in the release announcment:

rather than:

'field' => 'operator value'

it is:

'field operator' => 'value'

My guess is you're still trying the latter ("count" => "> 4") when you  
should use the new syntax ("count >" => 4);

-- John

--~--~---------~--~----~------------~-------~--~----~
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