Menu

#7 findAll should handle other operators

Next Minor Release
open
7
2008-06-28
2008-06-28
No

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')

Discussion


Log in to post a comment.