Nesting of fields with AND and OR is possible with the keys #and and #or. This fields must take an object as a value. Nesting has no imposed limit on deepness.
This is a small PHP project that I built in 2006 to help beginner Propel users convert simple SQL statements into Criteria code, which is a query object in Propel. A ...