findAll should handle other operators
Status: Pre-Alpha
Brought to you by:
jakerella
The findAll method should accept parameters which indicate other operators besides equality (and LIKE). For example, instead of just passing in 'field1'=>'value1', one could also pass in 'field1'=>array('operator'=>'!=', 'value'=>'value1')