I have an array of id:
Id_array; //array(2) { [0]=> int(9) [1]=> int(10) }
I simply want to select the users using Id_array; I managed
On doctrine 2 is implemented by the repository now since 2.1 or 2.2
findBy(array('id' => array(1, 2, 3, 4, 5));