im learning about propel, in documentation i found examples about WHERE/AND WHERE/IN but i cant found examples for WHERE/OR. How i can make this SQL in propel?
SELECT * FROM `users` WHERE `username`='carasuman' OR `email`='carasuman@host.com';
Thanks for help.