Doctrine findBy with OR condition

You can write:

$this->repos['notif']->findBy(array('status' => array(1, 2, 3)));

and that should work too.

Leave a Comment