I'm in the process of implementing my own but i only have the CRUD-S functionality done and it's a daunting task trying to think of every condition, etc. I'd rather use someone else's or have something to go on.
I'd prefer to stay away from those that use extensive amounts of arrays, such as:
Code: Select all
$where = new Where('field', '=', $value);Code: Select all
$where->field->equals($value);Cheers,
Alex