Propel: negate multiple conditions

saadmarkou

New Member
I need to negate multiple conditions at once using Propel. E. g. a corresponding sql condition is:\[code\]WHERE !(something = 'a' and someOtherThing = 'b')\[/code\]I couldn't find a way to solve this using Propel ORM. Is there a way to build this query with the Criteria-API that Propel 1.3 provides?
 
Back
Top