Model_Name::find()->where('field', 'NOT IN', array(1,3))->get();?
Model_Name::find()->where('field', 'IN', array(1,3))->get();
Fuel\Core\FuelException [ Error ]: Invalid method call. Method where does not exist.
It looks like you're new here. If you want to get involved, click one of these buttons!